diff --git a/pageQuota/vipUser/index.vue b/pageQuota/vipUser/index.vue index fbec0b3..eb8714f 100644 --- a/pageQuota/vipUser/index.vue +++ b/pageQuota/vipUser/index.vue @@ -113,7 +113,7 @@ 行业会员追加经营资金 - + @@ -207,7 +207,7 @@ {{ item.real_name }} - 手机号 + 查看号码 {{ item.price }} @@ -765,7 +765,21 @@ if (!formData2.mobile) return uni.$u.toast('请填写电话号码'); if (formData2.price < formData2.label_limit) return uni.$u.toast( `${formData2.label_name}角色最低金额不能低于${formData2.label_limit}元`); - formData2.store_id = STORE_INFO.id + // formData2.store_id = STORE_INFO.id + // formData2.recharge_type = 'INDUSTRYMEMBERS' + // formData2.user_ship = formData2.label_id + // vipRechargeApi(formData2).then(res => { + // uni.showLoading({ + // title: '支付中...' + // }); + // timerInvol = setTimeout(() => { + // uni.hideLoading(); + // uni.$u.toast('支付超时'); + // console.log("支付超时") + // }, 10000) + // }) + // return + uni.scanCode({ success: function(res) { if (String(res.result.length) != 18) return uni.$u.toast('二维码未扫描完整'); @@ -774,7 +788,7 @@ }); formData2.auth_code = res.result formData2.recharge_type = 'INDUSTRYMEMBERS' - formData2.user_ship = formData.label_id + formData2.user_ship = formData2.label_id vipRechargeApi(formData2).then(res => { timerInvol = setTimeout(() => { uni.hideLoading();