From 6ba51bbb8eedb2222cbaa3c76b47a9b5971e216b Mon Sep 17 00:00:00 2001 From: woody Date: Mon, 7 Jul 2025 09:12:57 +0800 Subject: [PATCH] =?UTF-8?q?fix(specialAreaWrapper):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E4=BC=9A=E5=91=98=E4=B8=93=E5=8C=BA=E4=B8=8D=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/area-product-list/special-area-wrapper.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/area-product-list/special-area-wrapper.vue b/components/area-product-list/special-area-wrapper.vue index 286f446..8a490ef 100644 --- a/components/area-product-list/special-area-wrapper.vue +++ b/components/area-product-list/special-area-wrapper.vue @@ -104,9 +104,10 @@ 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 = '会员专区' - return } this.getAreaListById(UPGRADE_AREA.id, this.upgradeList) this.getAreaListById(REISSUE_AREA.id, this.rescissionList)