提交 864eb734 authored 作者: 王鹏飞's avatar 王鹏飞

update

上级 1519492e
...@@ -176,7 +176,7 @@ export default { ...@@ -176,7 +176,7 @@ export default {
}, },
// 推广 // 推广
handlePromote(row) { handlePromote(row) {
this.shareUrl = `${webConf.others.h5PreviewUrl}/buy?shop_id=${row.shop_id}&id=${row.spu_id}` this.shareUrl = `${webConf.others.h5PreviewUrl}/buy?shop_id=${row.shop_id}&spu_id=${row.spu_id}`
this.shareDialogVisible = true this.shareDialogVisible = true
}, },
// 复制 // 复制
......
...@@ -28,10 +28,10 @@ export default { ...@@ -28,10 +28,10 @@ export default {
return this.$route.query.id return this.$route.query.id
}, },
pcPreviewUrl() { pcPreviewUrl() {
return `${webConf.others.pcPreviewUrl}/buy?shop_id=${this.shopId}&id=${this.goodsId}` return `${webConf.others.pcPreviewUrl}/buy?shop_id=${this.shopId}&spu_id=${this.goodsId}`
}, },
h5PreviewUrl() { h5PreviewUrl() {
return `${webConf.others.h5PreviewUrl}/buy?shop_id=${this.shopId}&id=${this.goodsId}` return `${webConf.others.h5PreviewUrl}/buy?shop_id=${this.shopId}&spu_id=${this.goodsId}`
} }
}, },
methods: { methods: {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论