Commit 32d833dea30e5fd5fec6063294ac1dabc47e5af0

Authored by 后端研发-苏泰源
1 parent fb4cb7f8

卡项订单修改

pages/user/order_list/order_list.js
@@ -2024,7 +2024,7 @@ Page({ @@ -2024,7 +2024,7 @@ Page({
2024 if(res.data.code == 0) { 2024 if(res.data.code == 0) {
2025 // console.log('卡项订单请求成功', res); 2025 // console.log('卡项订单请求成功', res);
2026 this.setData({ 2026 this.setData({
2027 - cardList: res.data.data, 2027 + cardList: res.data.data.pageData,
2028 }); 2028 });
2029 } else { 2029 } else {
2030 throw(res); 2030 throw(res);