Commit 0ba7fdccbf4975ff1cf0133dfcb1d212cf335411
1 parent
5264da19
虚拟商品值
Showing
1 changed file
with
3 additions
and
3 deletions
src/pages/pointsMall/pointsMall.vue
| ... | ... | @@ -301,10 +301,10 @@ export default { |
| 301 | 301 | this.$set(this, "goodsLists", datas.hot_goods); |
| 302 | 302 | /*实物商品 */ |
| 303 | 303 | this.$set(this.phyicalGoods, "list", datas.goods1); |
| 304 | - /*虚拟商品 */ | |
| 305 | - this.$set(this.virtualGoods, "list", datas.goods2); | |
| 306 | 304 | /*满减红包商品 */ |
| 307 | - this.$set(this.redEnvelopeFull, "list", datas.goods3); | |
| 305 | + this.$set(this.redEnvelopeFull, "list", datas.goods2); | |
| 306 | + /*虚拟商品 */ | |
| 307 | + this.$set(this.virtualGoods, "list", datas.goods3); | |
| 308 | 308 | } else if (res.code == 400) { |
| 309 | 309 | |
| 310 | 310 | // 获取积分商场首页信息失败 | ... | ... |