fanfan 7 months ago
parent ec17a75ad4
commit 4c28fcf646
  1. 8
      pages/goods/detail.vue

@ -1174,13 +1174,9 @@
//
const that = this;
//
// const params = that.$getShareUrlParams(that.options)
const res = await GoodsApi.goodsShortUrl({
page_url: 'pages/goods/detail?refereeId=' + store.getters.userId + '&goodsId=' + this.goods
.goods_id,
page_title: that.goods.goods_name,
// goodsId:that.goods.goods_id,
// refereeId:store.getters.userId
page_url: `pages/goods/detail?${params}`,
page_title: that.goods.goods_name
})
if (res.data.url) {
let str =

Loading…
Cancel
Save