Commit 41cb5e95899eff64532ed5b4e06abe38704df8e2

Authored by zhiyangdu
1 parent 2e4d7ae3

积分商城首页接口传递goods_id记录从优选库那个商品点击进入进来的

src/pages/pointsMall/pointsMall.vue
... ... @@ -321,6 +321,7 @@ export default {
321 321 // 请求接口
322 322 this.http("/Api/" + (this.getApiVersion().LuckDraw) + "/integralNewIndex", {
323 323 uid: this.getStore("uid"),
  324 + goods_id:this.$route.query.user_selected_goods_id || 0 // 记录从优选库那个商品点击进入进来的
324 325 }, this.integralMallIndexCallback, {
325 326 method: "POST"
326 327 });
... ...