Feat(客服):新增进入客服页自动发送商品信息功能
This commit is contained in:
@@ -663,8 +663,18 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
goRoom() {
|
||||
const params = {
|
||||
goodsId: this.productId,
|
||||
goodsName: this.attr.productSelect.store_name,
|
||||
skuStr: this.attrValue,
|
||||
price: this.attr.productSelect.price,
|
||||
seckillId: this.activityId,
|
||||
cover: this.attr.productSelect.image,
|
||||
goodsData: '',
|
||||
seckillData: ''
|
||||
}
|
||||
uni.navigateTo({
|
||||
url: `/pkg_common/views/room?id=${this.storeInfo.merId}&name=${this.storeInfo.merName}`
|
||||
url: `/pkg_common/views/room?id=${this.storeInfo.merId}&name=${this.storeInfo.merName}¶ms=${JSON.stringify(params)}`
|
||||
})
|
||||
},
|
||||
goodsDetail: function (item) {
|
||||
|
||||
Reference in New Issue
Block a user