Commit 268d0461c02e866fb9a3d66309404c9ffceb9b01

Authored by yvan.ni
1 parent 95a0a466

尾款的优化

packageE/pages/cart/cart_wk/cart_wk.js
... ... @@ -554,7 +554,7 @@ Page({
554 554 switch (ord_prom['type']) {
555 555 case 0:
556 556 allpice = Math.round(o_condition * ord_prom['expression']) / 100;//满额打折
557   - order_prom_amount = (o_condition - order_m).toFixed(2);
  557 + order_prom_amount = (o_condition - allpice).toFixed(2);
558 558 break;
559 559 case 1:
560 560 //-- 如果有优惠促销倍减的时候 --
... ...