From aa58754f1c2e679dade999b5da2610a19c7478be Mon Sep 17 00:00:00 2001 From: linxi Date: Mon, 14 Apr 2025 10:51:42 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A=E5=AE=A2=E6=9C=8D=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E5=95=86=E5=93=81=E5=B1=95=E7=A4=BA=E4=BB=B7=E6=A0=BC?= =?UTF-8?q?=E9=9D=A2=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/shop/GoodsCon/index.vue | 5 +++-- pkg_common/views/room.vue | 10 ++++++++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/pages/shop/GoodsCon/index.vue b/pages/shop/GoodsCon/index.vue index fb0e9be..63672a9 100644 --- a/pages/shop/GoodsCon/index.vue +++ b/pages/shop/GoodsCon/index.vue @@ -817,7 +817,7 @@ export default { }) }, goRoom() { - console.log(this.systemStore); + console.log(this.storeInfo); const params = { goodsId: this.id, goodsName: this.attr.productSelect.store_name, @@ -826,7 +826,8 @@ export default { seckillId: this.activityId, cover: this.attr.productSelect.image, goodsData: '', - seckillData: '' + seckillData: '', + isNegotiable: this.storeInfo.isNegotiable } const name = this.storeInfo.merName uni.navigateTo({ diff --git a/pkg_common/views/room.vue b/pkg_common/views/room.vue index ec6df9a..95d81ee 100644 --- a/pkg_common/views/room.vue +++ b/pkg_common/views/room.vue @@ -37,9 +37,12 @@ {{ wsJson(item.msg_content).skuStr }} - + ¥{{ wsJson(item.msg_content).price }} + + 价格面议 + @@ -60,9 +63,12 @@ {{ params.skuStr }} - + ¥{{ params.price }} + + 价格面议 +