From 4fe1c3b3e60f9b1d7a4700afbd98b7da561ce387 Mon Sep 17 00:00:00 2001 From: yvan.ni Date: Fri, 29 Dec 2023 16:05:32 +0800 Subject: [PATCH] 预售全额付款的优化 --- packageC/pages/presell/cart/cart2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packageC/pages/presell/cart/cart2.js b/packageC/pages/presell/cart/cart2.js index 8289951..ec9aed5 100644 --- a/packageC/pages/presell/cart/cart2.js +++ b/packageC/pages/presell/cart/cart2.js @@ -912,7 +912,7 @@ Page({ } //-----------当地址不为空,且是物流时,计算物流费用,并同时商品不是优惠活动的包邮,同时商品购买时候,服务卡项购买不计算运费---------- - if (th.data.user_addr != null && th.data.bn_exp_type == 0 && good.is_past != 1 && act.goods_type==0) { + if (th.data.user_addr != null && th.data.bn_exp_type == 0 && good.is_past != 1 && th.data.act.goods_type==0) { //看是不是有调用过包邮券 if (!th.data.isget_by_quan[th.data.bn_pick] && good.is_xz_yh != 1) { var condition = allpice - cut_price - quan_price; -- libgit2 0.21.4