提交 3d56257c authored 作者: 王鹏飞's avatar 王鹏飞

update

上级 811ef134
...@@ -92,13 +92,13 @@ export default { ...@@ -92,13 +92,13 @@ export default {
return this.$route.query.shop_id || '6800720558108442624' return this.$route.query.shop_id || '6800720558108442624'
}, },
goodsId() { goodsId() {
return this.$route.query.id || '6803146450260721664' return this.$route.query.spu_id || '6803146450260721664'
}, },
shopPreviewUrl() { shopPreviewUrl() {
return `${webConf.others.h5PreviewUrl}/shop?shop_id=${this.shopId}` return `${webConf.others.h5PreviewUrl}/shop?shop_id=${this.shopId}`
}, },
buyPreviewUrl() { buyPreviewUrl() {
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}`
} }
}, },
mounted() { mounted() {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论