diff --git a/packageC/pages/luckyGo/luckyGo_cart/luckyGo_cart.js b/packageC/pages/luckyGo/luckyGo_cart/luckyGo_cart.js index 3a1f24b..7d12053 100644 --- a/packageC/pages/luckyGo/luckyGo_cart/luckyGo_cart.js +++ b/packageC/pages/luckyGo/luckyGo_cart/luckyGo_cart.js @@ -1425,16 +1425,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; } @@ -1902,7 +1902,7 @@ Page({ if (res.data.data[0].region_list) { if (th.check_by_area(res.data.data[0].region_list)) { freight_free = 0; - out_of_weight = 0; + // out_of_weight = 0; th.data.is_no_by[th.data.bn_pick] = 1; } } @@ -1910,7 +1910,7 @@ Page({ if (res.data.data[0].goods_list && freight_free) { if (th.check_by_goods(res.data.data[0].goods_list)) { freight_free = 0; - out_of_weight = 0; + // out_of_weight = 0; th.data.is_no_by[th.data.bn_pick] = 1; } } @@ -3798,7 +3798,7 @@ Page({ if (no_by_data && no_by_data.region_list) { if (th.check_by_area(no_by_data.region_list)) { gift_freight_free = 0; - out_of_weight = 0; + // out_of_weight = 0; th.data.is_no_by[th.data.bn_pick] = 1; } } @@ -3806,7 +3806,7 @@ Page({ if (no_by_data && no_by_data.goods_list && gift_freight_free) { if (th.check_by_goods(no_by_data.goods_list, good.goods_id)) { gift_freight_free = 0; - out_of_weight = 0; + // out_of_weight = 0; th.data.is_no_by[th.data.bn_pick] = 1; //th.data.is_no_by[th.data.bn_pick]=1; } diff --git a/packageC/pages/presell/cart/cart2.js b/packageC/pages/presell/cart/cart2.js index 463c561..6814d4a 100644 --- a/packageC/pages/presell/cart/cart2.js +++ b/packageC/pages/presell/cart/cart2.js @@ -713,8 +713,8 @@ Page({ if (res.data.data[0].region_list) { if (th.check_by_area(res.data.data[0].region_list)) { freight_free = 0; - out_of_weight = 0; - weight_free=-1; + // out_of_weight = 0; + // weight_free=-1; th.data.is_no_by[th.data.bn_pick] = 1; } } @@ -722,8 +722,8 @@ Page({ if (res.data.data[0].goods_list && freight_free) { if (th.check_by_goods(res.data.data[0].goods_list)) { freight_free = 0; - out_of_weight = 0; - weight_free=-1; + // out_of_weight = 0; + // weight_free=-1; th.data.is_no_by[th.data.bn_pick] = 1; } } @@ -2585,7 +2585,7 @@ Page({ if (no_by_data && no_by_data.region_list) { if (th.check_by_area(no_by_data.region_list)) { gift_freight_free = 0; - out_of_weight = 0; + // out_of_weight = 0; th.data.is_no_by[th.data.bn_pick] = 1; } } @@ -2593,7 +2593,7 @@ Page({ if (no_by_data && no_by_data.goods_list && gift_freight_free) { if (th.check_by_goods(no_by_data.goods_list, good.goods_id)) { gift_freight_free = 0; - out_of_weight = 0; + // out_of_weight = 0; th.data.is_no_by[th.data.bn_pick]=1; } } diff --git a/pages/cart/cart2/cart2.js b/pages/cart/cart2/cart2.js index 57a0ca8..41e030b 100644 --- a/pages/cart/cart2/cart2.js +++ b/pages/cart/cart2/cart2.js @@ -2056,7 +2056,7 @@ Page({ if (res.data.data[0].region_list) { if (th.check_by_area(res.data.data[0].region_list)) { freight_free = 0; - out_of_weight = 0; + // out_of_weight = 0; th.data.is_no_by[th.data.bn_pick] = 1; } } @@ -2064,7 +2064,7 @@ Page({ if (res.data.data[0].goods_list && freight_free) { if (th.check_by_goods(res.data.data[0].goods_list)) { freight_free = 0; - out_of_weight = 0; + // out_of_weight = 0; th.data.is_no_by[th.data.bn_pick] = 1; } } @@ -4090,7 +4090,7 @@ Page({ if (no_by_data && no_by_data.region_list) { if (th.check_by_area(no_by_data.region_list)) { gift_freight_free = 0; - out_of_weight = 0 + // out_of_weight = 0 th.data.is_no_by[th.data.bn_pick] = 1; } } @@ -4098,7 +4098,7 @@ Page({ if (no_by_data && no_by_data.goods_list && gift_freight_free) { if (th.check_by_goods(no_by_data.goods_list, good.goods_id)) { gift_freight_free = 0; - out_of_weight = 0 + // out_of_weight = 0 th.data.is_no_by[th.data.bn_pick]=1; } } diff --git a/pages/cart/cart2_inte/cart2_inte.js b/pages/cart/cart2_inte/cart2_inte.js index bd33015..75f3330 100644 --- a/pages/cart/cart2_inte/cart2_inte.js +++ b/pages/cart/cart2_inte/cart2_inte.js @@ -484,8 +484,8 @@ Page({ if (res.data.data[0].region_list) { if (th.check_by_area(res.data.data[0].region_list)) { freight_free = 0; - out_of_weight = 0; - weight_free = -1; + // out_of_weight = 0; + // weight_free = -1; th.data.is_no_by[th.data.bn_pick] = 1; } } @@ -493,8 +493,8 @@ Page({ if (res.data.data[0].goods_list && freight_free) { if (th.check_by_goods(res.data.data[0].goods_list)) { freight_free = 0; - out_of_weight = 0; - weight_free = -1; + // out_of_weight = 0; + // weight_free = -1; th.data.is_no_by[th.data.bn_pick] = 1; } }