Commit 61449281495400c806fb61a83996dcefee67e5d8

Authored by 后端研发-苏明海
2 parents 9c53b4dc e15d8852

Merge branch 'qa' into 'master'

Qa

See merge request !553
Showing 1 changed file with 1 additions and 0 deletions
pages/cart/cart2/cart2.js
... ... @@ -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  
... ...