Commit acd95190114db4da292133feb15e5de8c5f85142
1 parent
f7c9552f
订单促销的优化
Showing
1 changed file
with
1 additions
and
1 deletions
packageC/pages/presell/cart/cart2.js
... | ... | @@ -923,7 +923,7 @@ Page({ |
923 | 923 | |
924 | 924 | //-- 判断订单优惠的叠加 -- |
925 | 925 | var ord_prom=null; |
926 | - var o_condition=allpice; | |
926 | + //var o_condition=allpice; | |
927 | 927 | if (th.data.act.is_useorderyh) { |
928 | 928 | // await getApp().request.promiseGet("/api/weshop/promorder/getOrderPromotion", { |
929 | 929 | // data: { store_id: os.stoid, orderAmount: o_condition, user_id: getApp().globalData.user_id } | ... | ... |