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
b5f62d8424a600201a5b3406684b8776645e6901
Authored by
yvan.ni
2020-10-30 17:29:37 +0800
1 parent
afd3f8c8
1。 切换物流公司的时候,要能显示最新的物流公司
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
pages/cart/cart2/cart2.js
pages/cart/cart2/cart2.js
View file @
b5f62d8
...
...
@@ -923,6 +923,7 @@ Page({
923
923
if(th.data.cartlist && th.data.cartlist.length>0){
924
924
for(var i =0;i<c_arr.length;i++){
925
925
c_arr[i].exp_type=th.data.cartlist[i].exp_type;
926
+ c_arr[i].wind=th.data.cartlist[i].wind;
926
927
}
927
928
}
928
929
...
...