Fix:客服消息商品展示价格面议
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user