Merged
Merge Request #551 · created by 后端研发-苏明海


1。 切换物流公司的时候,要能显示最新的物流公司


From dev into test

Merged by 后端研发-苏明海

1 participants

pages/cart/cart2/cart2.js
@@ -923,6 +923,7 @@ Page({ @@ -923,6 +923,7 @@ Page({
923 if(th.data.cartlist && th.data.cartlist.length>0){ 923 if(th.data.cartlist && th.data.cartlist.length>0){
924 for(var i =0;i<c_arr.length;i++){ 924 for(var i =0;i<c_arr.length;i++){
925 c_arr[i].exp_type=th.data.cartlist[i].exp_type; 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