Commit 5e3eac5a4541a7daa12084680563aba9d39dc17c
1 parent
003b650d
健康商城的type值获取从url获取
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/healthMall/healthMall.vue
| ... | ... | @@ -113,7 +113,7 @@ export default { |
| 113 | 113 | |
| 114 | 114 | // 请求接口 |
| 115 | 115 | this.http("/Api/" + (this.getApiVersion().LuckDraw) + "/integralMallGoods", { |
| 116 | - type: 7, | |
| 116 | + type: this.$route.query.type, | |
| 117 | 117 | page: page || 1 |
| 118 | 118 | }, this.getIntegralNewGoodsListCallback, { |
| 119 | 119 | method: "POST" | ... | ... |