From 4a27790023c97ce6735567697ab320c6edc4a363 Mon Sep 17 00:00:00 2001 From: woody Date: Sat, 12 Jul 2025 15:02:03 +0800 Subject: [PATCH] =?UTF-8?q?feat(quickRecharge):=20=E5=BF=AB=E9=80=9F?= =?UTF-8?q?=E5=85=85=E5=80=BC=E4=BB=A3=E7=A0=81=E8=BF=81=E7=A7=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/QuickRechargePanel.vue | 153 ++++++++++++++++++ .../special-area-wrapper.vue | 2 - pages/pay/index.vue | 42 ++++- 3 files changed, 190 insertions(+), 7 deletions(-) create mode 100644 components/QuickRechargePanel.vue diff --git a/components/QuickRechargePanel.vue b/components/QuickRechargePanel.vue new file mode 100644 index 0000000..4895049 --- /dev/null +++ b/components/QuickRechargePanel.vue @@ -0,0 +1,153 @@ + + + + + diff --git a/components/area-product-list/special-area-wrapper.vue b/components/area-product-list/special-area-wrapper.vue index 8a490ef..5dfbb55 100644 --- a/components/area-product-list/special-area-wrapper.vue +++ b/components/area-product-list/special-area-wrapper.vue @@ -104,8 +104,6 @@ export default { }, created() { const userInfo = uni.getStorageSync('userInfo') || this.userInfo - console.log(userInfo.memberSign, '...userInfo') - console.log(MEMBER_SIGN.ZERO_LEVEL, '...MEMBER_SIGN') if (userInfo.memberSign == MEMBER_SIGN.ZERO_LEVEL) { this.upgrade.name = '会员专区' } diff --git a/pages/pay/index.vue b/pages/pay/index.vue index ec15c15..60889ec 100644 --- a/pages/pay/index.vue +++ b/pages/pay/index.vue @@ -1,11 +1,21 @@