Commit c3c77dccb47b21fc37856eac62586f51d5014e49

Authored by WXD-SEASON\season
1 parent 0e561573

注释订单

pages/user/order_list/order_list.js
@@ -2033,7 +2033,7 @@ Page({ @@ -2033,7 +2033,7 @@ Page({
2033 let list = []; 2033 let list = [];
2034 2034
2035 if (currentIndex == 1) { 2035 if (currentIndex == 1) {
2036 - list = th.data.list2; 2036 + //list = th.data.list2;
2037 list = list.concat(data); 2037 list = list.concat(data);
2038 th.setData({ list2: list }); 2038 th.setData({ list2: list });
2039 }; 2039 };