From e16f26afbd1145a8f5b6fa69a42b94ec39585d7e Mon Sep 17 00:00:00 2001 From: woody Date: Sat, 5 Jul 2025 10:05:18 +0800 Subject: [PATCH] =?UTF-8?q?feat(special-area-wrapper):=20=E4=B8=93?= =?UTF-8?q?=E5=8C=BA=E5=B1=95=E7=A4=BA=E9=97=AE=E9=A2=98=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/area-product-list/special-area-wrapper.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/area-product-list/special-area-wrapper.vue b/components/area-product-list/special-area-wrapper.vue index fcf78d5..286f446 100644 --- a/components/area-product-list/special-area-wrapper.vue +++ b/components/area-product-list/special-area-wrapper.vue @@ -105,10 +105,10 @@ export default { created() { const userInfo = uni.getStorageSync('userInfo') || this.userInfo if (userInfo.memberSign == MEMBER_SIGN.ZERO_LEVEL) { - this.getAreaListById(UPGRADE_AREA.id, this.upgradeList) this.upgrade.name = '会员专区' return } + this.getAreaListById(UPGRADE_AREA.id, this.upgradeList) this.getAreaListById(REISSUE_AREA.id, this.rescissionList) this.getAreaListById(REGIEST_AREA.id, this.registList) this.getAreaListById(REPURCHASE_AREA.id, this.repurchaseList)