From e1b291aecbfb303d345f1a6beaf6c374dd8207d1 Mon Sep 17 00:00:00 2001 From: "1378012178@qq.com" <1378012178@qq.com> Date: Fri, 14 Feb 2025 15:26:50 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=B3=E8=AF=B7=E5=88=86=E9=94=80=E5=91=98?= =?UTF-8?q?=E7=9B=B4=E6=8E=A5=E9=80=9A=E8=BF=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/my/applyDistributor/index.vue | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) 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