From 49abdf2e700c247ca30d775562aacde26785d53e Mon Sep 17 00:00:00 2001 From: woody Date: Wed, 11 Jun 2025 15:21:36 +0800 Subject: [PATCH] =?UTF-8?q?fix(specialAreaWrapper):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=9B=B4=E5=A4=9A=E6=97=A0=E6=B3=95=E8=B7=B3=E8=BD=AC=E7=9A=84?= =?UTF-8?q?=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/index.vue | 3 ++- components/area-product-list/special-area-wrapper.vue | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/components/area-product-list/index.vue b/components/area-product-list/index.vue index 4965140..2499217 100644 --- a/components/area-product-list/index.vue +++ b/components/area-product-list/index.vue @@ -102,8 +102,9 @@ export default { }, goToMore() { // 跳转到专区详情页面 + console.log(this.specialAreaId, '...specialAreaId') uni.navigateTo({ - url: `/pages/specialArea/index?id=${this.specialAreaId}`, + url: `/pages/specialArea/list?specialArea=${this.specialAreaId}`, }) }, handleProductClick(item) { diff --git a/components/area-product-list/special-area-wrapper.vue b/components/area-product-list/special-area-wrapper.vue index e2477ee..91e92fc 100644 --- a/components/area-product-list/special-area-wrapper.vue +++ b/components/area-product-list/special-area-wrapper.vue @@ -11,6 +11,7 @@ :list="registList" :title="regist.name" @product-click="redirectList" + :specialAreaId="regist.id" > @@ -21,6 +22,7 @@ :list="upgradeList" :title="upgrade.name" @product-click="redirectList" + :specialAreaId="upgrade.id" > @@ -32,6 +34,7 @@ :list="repurchaseList" :title="repurchase.name" @product-click="redirectList" + :specialAreaId="repurchase.id" > @@ -46,6 +49,7 @@ :list="rescissionList" :title="rescission.name" @product-click="redirectList" + :specialAreaId="rescission.id" >