diff --git a/pages/cart/cart2_pt/cart2_pt.js b/pages/cart/cart2_pt/cart2_pt.js index 22ed336..7c6d1b8 100644 --- a/pages/cart/cart2_pt/cart2_pt.js +++ b/pages/cart/cart2_pt/cart2_pt.js @@ -382,7 +382,7 @@ Page({ break; } - if(th.data.show_same_city==1 && th.data.json_d.pickupway && th.data.json_d.pickupway == 2 ){ + if(th.data.show_same_city==1 && th.data.json_d.pickupway && th.data.json_d.pickupway == 2 && th.data.kt_type!=3 ){ et = 2; } @@ -862,7 +862,7 @@ Page({ } }) if (!is_next){ - th.setData({show_submit:1, submit: 0,same_ok:0 }) + th.setData({show_submit:1, submit: 0,same_ok:0,show_btn:1 }) return false }