Commit 2d9ffea4d97e359407c1a69648b18d1a5f0ed31a
1 parent
7bc28744
活动积分商城积分商品访问统计
Showing
1 changed file
with
2 additions
and
1 deletions
src/pages/partyBuildingGoodDetails/partyBuildingGoodDetails.vue
| ... | ... | @@ -461,7 +461,8 @@ export default { |
| 461 | 461 | // 获取证书请求接口 |
| 462 | 462 | this.http("/Api/" + this.getApiVersion().LuckDraw + "/luckGoodsInfo", { |
| 463 | 463 | id: goodsId, // 商品ID |
| 464 | - uid: this.getStore("uid") // 用户ID | |
| 464 | + uid: this.getStore("uid"), // 用户ID | |
| 465 | + activityCode: this.$route.query.channelName // 埋点统计 | |
| 465 | 466 | }, this.getGoodsInfoCallback, { |
| 466 | 467 | method: "POST" |
| 467 | 468 | }); | ... | ... |