Commit e106ab26281a9e3c8692fb17a93f3540c862518d
Merge refs/remotes/origin/dev into refs/heads/dev
Showing
1 changed file
with
1 additions
and
1 deletions
pages/cart/cart2_pt/cart2_pt.js
| ... | ... | @@ -793,7 +793,7 @@ Page({ | 
| 793 | 793 | item=item.config; | 
| 794 | 794 | if (item == null) return o_shipping_price; | 
| 795 | 795 | //------ๆ้้---------- | 
| 796 | - if (goods_weight>0) { | |
| 796 | + if (goods_weight>=0) { | |
| 797 | 797 | fw_price =parseFloat(item['money']); | 
| 798 | 798 | if (goods_weight > item['first_weight']){ | 
| 799 | 799 | var fw = goods_weight - item['first_weight']; | ... | ... |