wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
c3c77dccb47b21fc37856eac62586f51d5014e49
Authored by
WXD-SEASON\season
2022-12-29 15:21:01 +0800
1 parent
0e561573
注释订单
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pages/user/order_list/order_list.js
pages/user/order_list/order_list.js
View file @
c3c77dc
...
...
@@ -2033,7 +2033,7 @@ Page({
2033
2033
let list = [];
2034
2034
2035
2035
if (currentIndex == 1) {
2036
-
list = th.data.list2;
2036
+
//
list = th.data.list2;
2037
2037
list = list.concat(data);
2038
2038
th.setData({ list2: list });
2039
2039
};
...
...