Commit e106ab26281a9e3c8692fb17a93f3540c862518d

Authored by taiyuan
2 parents b249ab91 2cafeda1

Merge refs/remotes/origin/dev into refs/heads/dev

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'];
... ...