diff --git a/pages/user/order_list/order_list.js b/pages/user/order_list/order_list.js index 759c741..5bec945 100644 --- a/pages/user/order_list/order_list.js +++ b/pages/user/order_list/order_list.js @@ -2024,7 +2024,7 @@ Page({ if(res.data.code == 0) { // console.log('卡项订单请求成功', res); this.setData({ - cardList: res.data.data, + cardList: res.data.data.pageData, }); } else { throw(res);