This commit is contained in:
Gao xiaosong
2020-03-16 01:40:52 +08:00
parent 397082cdaf
commit e215701560
216 changed files with 11659 additions and 13905 deletions

View File

@ -98,13 +98,6 @@ var render = function() {
var _vm = this
var _h = _vm.$createElement
var _c = _vm._self._c || _h
if (!_vm._isMounted) {
_vm.e0 = function($event) {
return _vm.$yrouter.push({
path: "/pages/user/promotion/UserPromotion/index"
})
}
}
}
var recyclableRender = false
var staticRenderFns = []
@ -148,9 +141,6 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.default =
//
//
//
//
//
//
var _default =
{
name: "CashAudit",
@ -165,7 +155,10 @@ var _default =
var myData = new Date();
this.time = myData.toLocaleString();
},
methods: {} };exports.default = _default;
methods: {
goUserPromotion: function goUserPromotion() {
this.$yrouter.push({ path: "/pages/user/promotion/UserPromotion/index" });
} } };exports.default = _default;
/***/ })

View File

@ -1 +1 @@
<view class="cash-audit _div"><view class="pictrue _div"><image src="{{$VUE_APP_RESOURCES_URL+'/images/examine.png'}}" class="_img"></image></view><view class="tip _div">提现申请已提交,等待人工审核</view><view class="time _div">{{time}}</view><view data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" class="bnt bg-color-red _div" bindtap="__e">好的</view></view>
<view class="cash-audit _div"><view class="pictrue _div"><image src="{{$VUE_APP_RESOURCES_URL+'/images/examine.png'}}" class="_img"></image></view><view class="tip _div">提现申请已提交,等待人工审核</view><view class="time _div">{{time}}</view><view data-event-opts="{{[['tap',[['goUserPromotion']]]]}}" class="bnt bg-color-red _div" bindtap="__e">好的</view></view>

View File

@ -133,7 +133,7 @@ __webpack_require__.r(__webpack_exports__);
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });exports.default = void 0;
/* WEBPACK VAR INJECTION */(function(uni) {Object.defineProperty(exports, "__esModule", { value: true });exports.default = void 0;
@ -226,7 +226,7 @@ var _default = { name: "Poster", components: {// swiper,
var downloadUrl = imgsrc;
if (!wx.saveImageToPhotosAlbum) {
wx.showModal({
uni.showModal({
title: "提示",
content:
"当前微信版本过低,无法使用该功能,请升级到最新微信版本后重试。" });
@ -272,6 +272,7 @@ var _default = { name: "Poster", components: {// swiper,
"poster" + this.activeIndex);
} } };exports.default = _default;
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 1)["default"]))
/***/ }),

View File

@ -98,27 +98,6 @@ var render = function() {
var _vm = this
var _h = _vm.$createElement
var _c = _vm._self._c || _h
if (!_vm._isMounted) {
_vm.e0 = function($event) {
return _vm.$yrouter.push("/pages/user/promotion/CashRecord/index")
}
_vm.e1 = function($event) {
return _vm.$yrouter.push("/pages/user/promotion/Poster/index")
}
_vm.e2 = function($event) {
return _vm.$yrouter.push("/pages/user/promotion/PromoterList/index")
}
_vm.e3 = function($event) {
return _vm.$yrouter.push("/pages/user/promotion/CommissionDetails/index")
}
_vm.e4 = function($event) {
return _vm.$yrouter.push("/pages/user/promotion/PromoterOrder/index")
}
}
}
var recyclableRender = false
var staticRenderFns = []
@ -183,18 +162,6 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.default =
@ -251,19 +218,11 @@ var _user = __webpack_require__(/*! @/api/user */ 19); //
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
var _default = { name: "UserPromotion", components: {}, props: {}, data: function data() {return { Info: { lastDayCount: 0, extractCount: 0, commissionCount: 0 } };}, mounted: function mounted() {this.getInfo();}, methods: { getInfo: function getInfo() {var that = this;(0, _user.getSpreadInfo)().then(function (res) {that.Info = res.data;}, function (err) {that.$dialog.message(err.msg);});}, toCash: function toCash() {this.$yrouter.push({ path: "/pages/user/promotion/UserCash/main" });} } };exports.default = _default;
var _default = { name: "UserPromotion", components: {}, props: {}, data: function data() {return { Info: { lastDayCount: 0, extractCount: 0, commissionCount: 0 } };}, mounted: function mounted() {this.getInfo();}, methods: { goPoster: function goPoster() {this.$yrouter.push("/pages/user/promotion/Poster/index");}, goCashRecord: function goCashRecord() {this.$yrouter.push("/pages/user/promotion/CashRecord/index");}, goPromoterList: function goPromoterList() {this.$yrouter.push("/pages/user/promotion/PromoterList/index");}, goCommissionDetails: function goCommissionDetails() {this.$yrouter.push("/pages/user/promotion/CommissionDetails/index");}, goPromoterOrder: function goPromoterOrder() {this.$yrouter.push("/pages/user/promotion/PromoterOrder/index");}, getInfo: function getInfo() {var that = this;(0, _user.getSpreadInfo)().then(function (res) {that.Info = res.data;}, function (err) {that.$dialog.message(err.msg);});
},
toCash: function toCash() {
this.$yrouter.push({ path: "/pages/user/promotion/UserCash/index" });
} } };exports.default = _default;
/***/ })

View File

@ -1 +1 @@
<view class="my-promotion _div"><view class="header _div"><view class="name acea-row row-center-wrapper _div"><view class="_div">当前佣金</view><view data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" class="record _div" bindtap="__e">提现记录<label class="iconfont icon-xiangyou _span"></label></view></view><view class="num _div">{{Info.commissionCount}}</view><view class="profit acea-row row-between-wrapper _div"><view class="item _div"><view class="_div">昨日收益</view><view class="money _div">{{Info.lastDayCount}}</view></view><view class="item _div"><view class="_div">累积已提</view><view class="money _div">{{Info.extractCount}}</view></view></view></view><view data-event-opts="{{[['tap',[['toCash',['$event']]]]]}}" class="bnt bg-color-red _div" bindtap="__e">立即提现</view><view class="list acea-row row-between-wrapper _div"><view data-event-opts="{{[['tap',[['e1',['$event']]]]]}}" class="item acea-row row-center-wrapper row-column _div" bindtap="__e"><label class="iconfont icon-erweima _span"></label><view class="_div">推广名片</view></view><view data-event-opts="{{[['tap',[['e2',['$event']]]]]}}" class="item acea-row row-center-wrapper row-column _div" bindtap="__e"><label class="iconfont icon-tongji _span"></label><view class="_div">推广人统计</view></view><view data-event-opts="{{[['tap',[['e3',['$event']]]]]}}" class="item acea-row row-center-wrapper row-column _div" bindtap="__e"><label class="iconfont icon-qiandai _span"></label><view class="_div">佣金明细</view></view><view data-event-opts="{{[['tap',[['e4',['$event']]]]]}}" class="item acea-row row-center-wrapper row-column _div" bindtap="__e"><label class="iconfont icon-dingdan _span"></label><view class="_div">推广人订单</view></view></view></view>
<view class="my-promotion _div"><view class="header _div"><view class="name acea-row row-center-wrapper _div"><view class="_div">当前佣金</view><view data-event-opts="{{[['tap',[['goCashRecord']]]]}}" class="record _div" bindtap="__e">提现记录<label class="iconfont icon-xiangyou _span"></label></view></view><view class="num _div">{{Info.commissionCount}}</view><view class="profit acea-row row-between-wrapper _div"><view class="item _div"><view class="_div">昨日收益</view><view class="money _div">{{Info.lastDayCount}}</view></view><view class="item _div"><view class="_div">累积已提</view><view class="money _div">{{Info.extractCount}}</view></view></view></view><view data-event-opts="{{[['tap',[['toCash',['$event']]]]]}}" class="bnt bg-color-red _div" bindtap="__e">立即提现</view><view class="list acea-row row-between-wrapper _div"><view data-event-opts="{{[['tap',[['goPoster']]]]}}" class="item acea-row row-center-wrapper row-column _div" bindtap="__e"><label class="iconfont icon-erweima _span"></label><view class="_div">推广名片</view></view><view data-event-opts="{{[['tap',[['goPromoterList']]]]}}" class="item acea-row row-center-wrapper row-column _div" bindtap="__e"><label class="iconfont icon-tongji _span"></label><view class="_div">推广人统计</view></view><view data-event-opts="{{[['tap',[['goCommissionDetails']]]]}}" class="item acea-row row-center-wrapper row-column _div" bindtap="__e"><label class="iconfont icon-qiandai _span"></label><view class="_div">佣金明细</view></view><view data-event-opts="{{[['tap',[['goPromoterOrder']]]]}}" class="item acea-row row-center-wrapper row-column _div" bindtap="__e"><label class="iconfont icon-dingdan _span"></label><view class="_div">推广人订单</view></view></view></view>