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
32d833dea30e5fd5fec6063294ac1dabc47e5af0
Authored by
后端研发-苏泰源
2022-01-22 17:40:08 +0800
1 parent
fb4cb7f8
卡项订单修改
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 @
32d833d
...
...
@@ -2024,7 +2024,7 @@ Page({
2024
2024
if(res.data.code == 0) {
2025
2025
// console.log('卡项订单请求成功', res);
2026
2026
this.setData({
2027
- cardList: res.data.data
,
2027
+ cardList: res.data.data
.pageData
,
2028
2028
});
2029
2029
} else {
2030
2030
throw(res);
...
...