Commit 4fffc277b48ed595c03b536c7dab99fd9a36de8b

Authored by yvan.ni
1 parent d44dc109

~~支付金额不对~~

packageC/pages/presell/cart/cart.js
... ... @@ -2404,7 +2404,7 @@ Page({
2404 2404 tail_pay_type: ind,//0微信支付 1余额支付
2405 2405 };
2406 2406  
2407   - if (th.data.exp_type == 0) {
  2407 + if (th.data.exp_type == 0 || th.data.exp_type==2 ) {
2408 2408 var index = th.data.index;
2409 2409 dd.shipping_code = th.data.wu_arr[index].code;
2410 2410 dd.shipping_name = th.data.wu_arr[index].name;
... ...