diff --git a/pages/cart/cart2/cart2.js b/pages/cart/cart2/cart2.js index 16aa02e..57a0ca8 100644 --- a/pages/cart/cart2/cart2.js +++ b/pages/cart/cart2/cart2.js @@ -1566,16 +1566,16 @@ Page({ if (by_qc.region_list != "" && by_qc.region_list != null && by_qc.region_list != undefined) { if (th.check_by_area(by_qc.region_list)) { freight_free = 0; - goods_weight = -1; - out_of_weight = 0; + //goods_weight = -1; + //out_of_weight = 0; th.data.is_no_by[pickid] = 1; } } //如果有设置不包邮区商品 if (by_qc.goods_list != "" && by_qc.goods_list != undefined && by_qc != null && freight_free > 0) { freight_free = 0; - goods_weight = -1; - out_of_weight = 0; + //goods_weight = -1; + //out_of_weight = 0; th.data.is_no_by[pickid] = 1; no_ex_good = by_qc.goods_list; }