Commit f141e777671ec6bc292a5e3207fa3d35e6057664

Authored by WXD-SEASON\season
1 parent 9c8668fd

增加物流自提

Showing 1 changed file with 1 additions and 0 deletions
pages/cart/cart2/cart2.js
... ... @@ -631,6 +631,7 @@ Page({
631 631 }
632 632 arr[j].exp_type = e_t;
633 633 if (e_t == 0) th.setData({is_all_zt: 0});
  634 + else if(e_t==1) th.setData({is_all_zt: 1});
634 635 //}
635 636  
636 637 //-- 把等级卡会优惠多少钱装进去 --
... ...