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 }}
+
+ 价格面议
+