From 9a441a48313c49514d78223f8e1e6f955e7d02df Mon Sep 17 00:00:00 2001 From: woody Date: Tue, 4 Nov 2025 10:13:46 +0800 Subject: [PATCH] =?UTF-8?q?feat(shareRegist):=20=E5=88=86=E4=BA=AB?= =?UTF-8?q?=E6=B3=A8=E5=86=8C=E9=A1=B5=E9=9D=A2=E8=B0=83=E6=95=B4=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E5=85=88=E6=B3=A8=E5=86=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../special-area-wrapper.vue | 2 +- pages/index/index.vue | 5 - pages/shareRegist/index.vue | 446 ++++++++++-------- static/images/regist-bg.jpg | Bin 0 -> 484265 bytes util/specialAreaMap.js | 2 +- 5 files changed, 257 insertions(+), 198 deletions(-) create mode 100644 static/images/regist-bg.jpg diff --git a/components/area-product-list/special-area-wrapper.vue b/components/area-product-list/special-area-wrapper.vue index 297a0fd..2004c3e 100644 --- a/components/area-product-list/special-area-wrapper.vue +++ b/components/area-product-list/special-area-wrapper.vue @@ -103,7 +103,7 @@ export default { }, created() { this.getAreaListById(UPGRADE_AREA.id, this.upgradeList) - this.getAreaListById(REGIEST_AREA.id, this.registList) + // this.getAreaListById(REGIEST_AREA.id, this.registList) this.getAreaListById(REPURCHASE_AREA.id, this.repurchaseList) this.getAreaListById(HALF_PRICE_AREA.id, this.halfPriceList) this.getAreaListById(REISSUE_AREA.id, this.rescissionList) diff --git a/pages/index/index.vue b/pages/index/index.vue index 273c01c..12e3ccf 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,11 +1,6 @@