Commit 4e6d99effa6c4d618ac802df93b619e1e278afaa
1 parent
1f4365c9
积分商城商品详情页新增埋点统计
Showing
1 changed file
with
2 additions
and
1 deletions
src/pages/goodDetails/goodDetails.vue
| ... | ... | @@ -719,7 +719,8 @@ export default { |
| 719 | 719 | // 获取证书请求接口 |
| 720 | 720 | this.http("/Api/" + this.getApiVersion().LuckDraw + "/integralGoodsInfo", { |
| 721 | 721 | id: goodsId, // 商品ID |
| 722 | - uid: this.getStore("uid") // 用户ID | |
| 722 | + uid: this.getStore("uid"), // 用户ID | |
| 723 | + activityCode: "ds_jfsc", // 埋点统计 | |
| 723 | 724 | }, this.getGoodsInfoCallback, { |
| 724 | 725 | method: "POST" |
| 725 | 726 | }); | ... | ... |