Commit 004f4a14ed24e837c5695787cee4c402315dfe10
1 parent
ac3b287d
搭配购的优化bug修复
Showing
1 changed file
with
2 additions
and
1 deletions
packageE/pages/cart/cart2/cart2.js
... | ... | @@ -6519,9 +6519,10 @@ Page({ |
6519 | 6519 | |
6520 | 6520 | } else { |
6521 | 6521 | |
6522 | + var item = this.data.all_collocation_list[e.index]; | |
6523 | + | |
6522 | 6524 | th.setData({is_coupon:item.is_coupon}) |
6523 | 6525 | |
6524 | - var item = this.data.all_collocation_list[e.index]; | |
6525 | 6526 | var coll_arr = this.data.collocation_goods; |
6526 | 6527 | var find = coll_arr.findIndex(function (e) { |
6527 | 6528 | return e.goods_id == item.goods_id; | ... | ... |