Commit 32d833dea30e5fd5fec6063294ac1dabc47e5af0
1 parent
fb4cb7f8
卡项订单修改
Showing
1 changed file
with
1 additions
and
1 deletions
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); |