Commit 0e1500db9eed935e3515fa2ded13691ab3dd24be

Authored by 后端研发-苏泰源
2 parents f332295b f8c9f544

Merge branch 'dev' of http://git.vipzhuang.cn/wxd/MShopWeApp into dev

Showing 1 changed file with 1 additions and 1 deletions
pages/cart/cart2/cart2.js
@@ -1014,7 +1014,7 @@ Page({ @@ -1014,7 +1014,7 @@ Page({
1014 } 1014 }
1015 //自选的时候,系统配置了默认的配送方式是物流的时候 1015 //自选的时候,系统配置了默认的配送方式是物流的时候
1016 if (distr_t == 0 && th.data.json_d.pickupway && th.data.json_d.pickupway == 1) { 1016 if (distr_t == 0 && th.data.json_d.pickupway && th.data.json_d.pickupway == 1) {
1017 - et = 2; 1017 + et = 0;
1018 } 1018 }
1019 1019
1020 1020