From 45b51b0a116bcb0cfc6844cc97415fe60c1524c5 Mon Sep 17 00:00:00 2001 From: zmj <1493694146@qq.com> Date: Wed, 26 Jun 2024 14:32:27 +0800 Subject: [PATCH] add --- pageQuota/vipUser/index.vue | 55 +++++++++---------- .../zy-passwordboard/zy-passwordboard.vue | 7 +-- 2 files changed, 26 insertions(+), 36 deletions(-) diff --git a/pageQuota/vipUser/index.vue b/pageQuota/vipUser/index.vue index 856a68e..581c460 100644 --- a/pageQuota/vipUser/index.vue +++ b/pageQuota/vipUser/index.vue @@ -288,34 +288,34 @@ const currentTab = ref(1) const formData = reactive({ - // store_id: STORE_INFO.id, - // mobile: "", - // province: 510000, - // city: '', - // area: "", - // street: "", - // village: "", - // real_name: "", - // auth_code: "", - // address: "", - // label_name: "", - // label_id: "", - // user_ship: '', - // code: '' store_id: STORE_INFO.id, - mobile: "19130550023", + mobile: "", province: 510000, - city: '510600', - area: "510626", - street: "510626101", + city: '', + area: "", + street: "", village: "", - real_name: "赵明军", - auth_code: "131527008529094084", + real_name: "", + auth_code: "", address: "", label_name: "", label_id: "", user_ship: '', code: '' + // store_id: STORE_INFO.id, + // mobile: "19130550023", + // province: 510000, + // city: '510600', + // area: "510626", + // street: "510626101", + // village: "", + // real_name: "赵明军", + // auth_code: "131527008529094084", + // address: "", + // label_name: "", + // label_id: "", + // user_ship: '', + // code: '' }) const conformRole = (e) => { @@ -446,16 +446,11 @@ if (!formData.code) return uni.$u.toast('请输入短信验证码'); formData.store_id = STORE_INFO.id if (Role.value == 1) { - formData.recharge_type = 'INDUSTRYMEMBERS' - formData.user_ship = 1 - vipRechargeApi(formData).then(res => { - - // timer = setTimeout(() => { - // uni.hideLoading(); - // uni.$u.toast('支付超时'); - // }, 30000) - }) - return + // formData.recharge_type = 'INDUSTRYMEMBERS' + // formData.user_ship = 1 + // vipRechargeApi(formData).then(res => { + // }) + // return uni.scanCode({ success: function(res) { if (String(res.result.length) != 18) return uni.$u.toast('二维码未扫描完整'); diff --git a/uni_modules/zy-passwordboard/components/zy-passwordboard/zy-passwordboard.vue b/uni_modules/zy-passwordboard/components/zy-passwordboard/zy-passwordboard.vue index cc35bcf..bb0db56 100644 --- a/uni_modules/zy-passwordboard/components/zy-passwordboard/zy-passwordboard.vue +++ b/uni_modules/zy-passwordboard/components/zy-passwordboard/zy-passwordboard.vue @@ -43,12 +43,7 @@ } break; } - uni.vibrateShort({ - success: function () { - console.log('success'); - } - }); - console.log("点击了") + uni.vibrateShort(); if (refValue.value.length === props.num) { emits('complete', refValue.value.join('')); }