Commit c708dba6e1a948516c161e92334de711836d7194
1 parent
2a4495b8
是不是全部自提
Showing
1 changed file
with
4 additions
and
0 deletions
pages/cart/cart2/cart2.js
... | ... | @@ -738,6 +738,10 @@ Page({ |
738 | 738 | if (ie.pickup_id == th.data.cartlist[kj].pickup_id) { |
739 | 739 | ie.exp_type = parseInt(th.data.cartlist[kj].exp_type); |
740 | 740 | ie.wind = parseInt(th.data.cartlist[kj].wind); |
741 | + | |
742 | + //-- 是不是全部自提清空 -- | |
743 | + if(ie.exp_type==0) th.setData({ is_all_zt: 0 }); | |
744 | + | |
741 | 745 | break; |
742 | 746 | } |
743 | 747 | } | ... | ... |