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: '复购专区', }