Fix:客服消息商品展示价格面议

This commit is contained in:
linxi
2025-04-14 10:51:42 +08:00
parent fdcdfc505f
commit aa58754f1c
2 changed files with 11 additions and 4 deletions
+3 -2
View File
@@ -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({