Commit 5e3eac5a4541a7daa12084680563aba9d39dc17c

Authored by zhiyangdu
1 parent 003b650d

健康商城的type值获取从url获取

src/pages/healthMall/healthMall.vue
@@ -113,7 +113,7 @@ export default { @@ -113,7 +113,7 @@ export default {
113 113
114 // 请求接口 114 // 请求接口
115 this.http("/Api/" + (this.getApiVersion().LuckDraw) + "/integralMallGoods", { 115 this.http("/Api/" + (this.getApiVersion().LuckDraw) + "/integralMallGoods", {
116 - type: 7, 116 + type: this.$route.query.type,
117 page: page || 1 117 page: page || 1
118 }, this.getIntegralNewGoodsListCallback, { 118 }, this.getIntegralNewGoodsListCallback, {
119 method: "POST" 119 method: "POST"