This website works better with JavaScript
Home
Explore
Help
Register
Sign In
zxh
/
E_lsa
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
修改订单 重新获取订单详情避免数据版本问题
xiaohaizhao
1 year ago
parent
6f7a709fb8
commit
080a9a36d0
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
packageA/orderForm/detail.js
+ 1
- 0
packageA/orderForm/detail.js
View File
@@ -341,6 +341,7 @@ Page({
title: res.msg,
icon: "none"
});
+ this.getDetail(true)
resolve(res)
})
})