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

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

Loading…
Cancel
Save