Commit b242840b1e99fa63fce3bdae5abe7b3f09975459

Authored by yvan.ni
1 parent 3ddc45bf

计算商品的运费规则叠加 订单促销叠加

packageE/pages/cart/cart2/cart2.js
... ... @@ -913,7 +913,7 @@ Page({
913 913 item1.is_post_temp=1;
914 914  
915 915 //如果是秒杀,团购的时候
916   - if([1,2,6].indexOf(item1.prom_type)>-1){
  916 + if([1,2,3,6].indexOf(item1.prom_type)>-1){
917 917 var url= "/api/weshop/activitylist/getSJGoodsPriceNew/" + os.stoid
918 918 + "/" + item1.goods_id + "/"+item1.prom_type+"/" + item1.prom_id + "/" + app.globalData.user_id;
919 919 await app.request.promiseGet(url,{}).then(res=>{
... ... @@ -2882,12 +2882,7 @@ Page({
2882 2882 })
2883 2883 }
2884 2884  
2885   -
2886   -
2887   -
2888   -
2889   -
2890   -
  2885 +
2891 2886 //-- 如果没有订单优惠,或者订单优惠中有勾选包邮模板 --
2892 2887 if (!ord_prom || ord_prom.is_post_temp) {
2893 2888 var user_addr = th.data.user_addr;
... ...