diff --git a/pages/my/applyDistributor/index.vue b/pages/my/applyDistributor/index.vue index c30c0dc..ed3ec6e 100644 --- a/pages/my/applyDistributor/index.vue +++ b/pages/my/applyDistributor/index.vue @@ -57,8 +57,7 @@ - - 提交申请 + 提交申请 @@ -136,7 +135,21 @@ }) }, - + callPay(){ + let userId = this.$queue.getData('userId'); + let data = { + userId + } + this.$Request.get('/app/commission/fxy/upFxyStatus', data).then(res => { + if (res.code == 0) { + uni.hideLoading(); + this.$queue.showToast(res.msg); + } else { + uni.hideLoading(); + this.$queue.showToast(res.msg); + } + }); + }, selectWay: function(item) { this.openWay = item.id; this.money=item.money