Browse Source

[优化] 商品详情页分享小程序卡片也要触发绑定关系

new
邓平艺 4 years ago
parent
commit
2ce9f2d29b
  1. 6
      pages/goodsDetail/index.vue

6
pages/goodsDetail/index.vue

@ -390,7 +390,7 @@
}
},
//
//
getGoodsDetail() {
let that = this;
this.$http(this.API.API_GOODS_DETAIL, {
@ -505,7 +505,9 @@
let options = {
id: goods.id,
route: 'goods',
scene_code: this.$scene.V2_GOODS_SHAREPOSTER
scene_code: this.$scene.V2_GOODS_SHAREPOSTER,
share_id: this.userInfo.id,
pt: 2
}
this.generateKooken(token, options); // token

Loading…
Cancel
Save