From b148b7b86956451d290f0bfec9fbad440c22cc8e Mon Sep 17 00:00:00 2001 From: linxi Date: Tue, 18 Mar 2025 11:48:43 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A3156=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E5=AE=A2=E6=9C=8D=E6=B6=88?= =?UTF-8?q?=E6=81=AF--=E7=82=B9=E5=87=BB=E5=95=86=E5=93=81=E5=8D=A1?= =?UTF-8?q?=E7=89=87=E8=B7=B3=E8=BD=AC=E5=88=B0=E5=95=86=E5=93=81=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=A1=B5=EF=BC=8C=E5=9C=A8=E5=95=86=E5=93=81=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=A1=B5=E4=B8=AD=E7=82=B9=E5=87=BB=E2=80=9C=E5=AE=A2?= =?UTF-8?q?=E6=9C=8D=E2=80=9D=EF=BC=8C=E8=81=8A=E5=A4=A9=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E7=A9=BA=E7=99=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/shop/GoodsCon/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/shop/GoodsCon/index.vue b/pages/shop/GoodsCon/index.vue index 6eacf90..b6263de 100644 --- a/pages/shop/GoodsCon/index.vue +++ b/pages/shop/GoodsCon/index.vue @@ -812,6 +812,7 @@ export default { }) }, goRoom() { + console.log(this.systemStore); const params = { goodsId: this.id, goodsName: this.attr.productSelect.store_name, @@ -822,8 +823,9 @@ export default { goodsData: '', seckillData: '' } + const name = this.systemStore && this.systemStore.name || this.storeInfo.merName uni.navigateTo({ - url: `/pkg_common/views/room?id=${this.storeInfo.merId}&name=${this. systemStore.name}¶ms=${JSON.stringify(params)}` + url: `/pkg_common/views/room?id=${this.storeInfo.merId}&name=${name}¶ms=${JSON.stringify(params)}` }) }, goodsDetail(item) {