|
|
|
@ -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 |
|
|
|
|
|
|
|
|