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 @@