diff --git a/pages/user/order_list/order_list.js b/pages/user/order_list/order_list.js index a69f292..f04ea5e 100644 --- a/pages/user/order_list/order_list.js +++ b/pages/user/order_list/order_list.js @@ -2033,7 +2033,7 @@ Page({ let list = []; if (currentIndex == 1) { - list = th.data.list2; + //list = th.data.list2; list = list.concat(data); th.setData({ list2: list }); };