fanfan 7 months ago
parent 5db235312a
commit cc04dd7717
  1. 4
      pages/goods/detail.vue

@ -1176,8 +1176,8 @@
//
// 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_url: encodeURIComponent('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

Loading…
Cancel
Save