Commit f8c9f54440497b3cc7352354d28f2f635b29cf7a

Authored by 泉州测试
1 parent 409528ec

fxiedOA搭配促销物流方式修复

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