Commit cc324c449bfe191f9f1b70362535a98949b207e7

Authored by yvan.ni
1 parent e28c9b0b

1. 购物车购买的bug修复

Showing 1 changed file with 2 additions and 2 deletions
pages/cart/cart2/cart2.js
... ... @@ -441,11 +441,11 @@ Page({
441 441 }
442 442  
443 443 var ie = {
444   - pickup_id: pcid, pname: pikname, goods: narr, exp_type: e_t, wind: m_wind, distr_t: dis_t,card_cut_price:0,
  444 + pickup_id: pcid, pname: pikname, goods: narr, wind: m_wind, distr_t: dis_t,card_cut_price:0,
445 445 goods_price: 0, shipping_price: 0, user_money: 0, total_amount: 0, order_amount: 0, user_note:0};
446 446  
447 447 if(!th.data.add_back){
448   - ie.exp_type= et;
  448 + ie.exp_type= e_t
449 449 }
450 450 //-- 把等级卡会优惠多少钱装进去 --
451 451 if(item.cut_price) ie.card_cut_price+=item.cut_price;
... ...