- 
Status changed to merged
 - 
mentioned in commit 912bf21361352096b28b59d393a349bd2509674b
 
Showing
1 changed file
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; | ... | ... |