From 54887aa747d83e58a4de7f138f25a289f30f3694 Mon Sep 17 00:00:00 2001 From: woody Date: Tue, 4 Nov 2025 10:26:13 +0800 Subject: [PATCH] =?UTF-8?q?feat(specialArea):=20=E4=B8=93=E5=8C=BA?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../special-area-wrapper.vue | 27 ++++++++++--------- pages/upgrade/index.vue | 2 ++ util/specialAreaMap.js | 2 +- 3 files changed, 17 insertions(+), 14 deletions(-) diff --git a/components/area-product-list/special-area-wrapper.vue b/components/area-product-list/special-area-wrapper.vue index 2004c3e..e6df735 100644 --- a/components/area-product-list/special-area-wrapper.vue +++ b/components/area-product-list/special-area-wrapper.vue @@ -1,7 +1,7 @@ diff --git a/pages/upgrade/index.vue b/pages/upgrade/index.vue index c228992..13a0ae5 100644 --- a/pages/upgrade/index.vue +++ b/pages/upgrade/index.vue @@ -343,6 +343,7 @@ import { UPGRADE_AREA, REPURCHASE_AREA, REISSUE_AREA, + HALF_PRICE_AREA, } from '@/util/specialAreaMap' export default { components: { @@ -545,6 +546,7 @@ export default { UPGRADE_AREA, REISSUE_AREA, REPURCHASE_AREA, + HALF_PRICE_AREA, ] const title = areaList.find(item => item.id == areaId)?.name uni.setNavigationBarTitle({ diff --git a/util/specialAreaMap.js b/util/specialAreaMap.js index baba73e..b93b1d6 100644 --- a/util/specialAreaMap.js +++ b/util/specialAreaMap.js @@ -20,5 +20,5 @@ export const REPURCHASE_AREA = { export const HALF_PRICE_AREA = { id: 47, - name: '五折专区', + name: '复购专区', }