From c3c77dccb47b21fc37856eac62586f51d5014e49 Mon Sep 17 00:00:00 2001 From: WXD-SEASON\season Date: Thu, 29 Dec 2022 15:21:01 +0800 Subject: [PATCH] 注释订单 --- pages/user/order_list/order_list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }); }; -- libgit2 0.21.4