Commit 69337e60ed675bcfd787fb4bf7678a975f22017c
1 parent
32008b6e
确认收货的bug修复
Showing
1 changed file
with
1 additions
and
0 deletions
pages/user/order_list/order_list.js
... | ... | @@ -289,6 +289,7 @@ Page({ |
289 | 289 | }, |
290 | 290 | |
291 | 291 | deleteOrderData2:function(order_id){ |
292 | + var th=this; | |
292 | 293 | for (var e = 0; e < th.data.orderList.length; e++) if (th.data.orderList[e].order_id == order_id) { |
293 | 294 | th.data.orderList.splice(e, 1), th.setData({ |
294 | 295 | orderList: this.data.orderList | ... | ... |