From 69337e60ed675bcfd787fb4bf7678a975f22017c Mon Sep 17 00:00:00 2001 From: yvan.ni <765199919@qq.com> Date: Mon, 30 Sep 2019 09:44:18 +0800 Subject: [PATCH] 确认收货的bug修复 --- pages/user/order_list/order_list.js | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/pages/user/order_list/order_list.js b/pages/user/order_list/order_list.js index 13a4a16..517a8d0 100644 --- a/pages/user/order_list/order_list.js +++ b/pages/user/order_list/order_list.js @@ -289,6 +289,7 @@ Page({ }, deleteOrderData2:function(order_id){ + var th=this; for (var e = 0; e < th.data.orderList.length; e++) if (th.data.orderList[e].order_id == order_id) { th.data.orderList.splice(e, 1), th.setData({ orderList: this.data.orderList -- libgit2 0.21.4