Commit e60b7e1573c930dada9efc6182b3e2ef9cbfda0b
1 parent
b39365c7
拼团
Showing
1 changed file
with
1 additions
and
1 deletions
pages/cart/cart2_pt/cart2_pt.js
... | ... | @@ -781,7 +781,7 @@ Page({ |
781 | 781 | }, |
782 | 782 | |
783 | 783 | //-------------------计算物流--------------- |
784 | - calculatewuliu:function(code, o_shipping_price, goods_weight, | |
784 | + calculatewuliu:function(code, o_shipping_price, goods_weight,out_of_weight, | |
785 | 785 | goods_piece,user_addr, freight_free, o_price, rs){ |
786 | 786 | var price =0,th=this; |
787 | 787 | price +=parseFloat(o_shipping_price); | ... | ... |