Commit 718cd45dbe11c3602b5bdc716bc76bdae1ca6ccb

Authored by yvan.ni
1 parent 66e81782

订单优惠促销的折扣后才判断同城

Showing 1 changed file with 1 additions and 1 deletions
pages/cart/cart2/cart2.js
... ... @@ -2494,7 +2494,7 @@ Page({
2494 2494 })
2495 2495  
2496 2496 var req_data = {
2497   - store_id: os.stoid, order_amount: o_condition,
  2497 + store_id: os.stoid, order_amount: parseFloat(order_m),
2498 2498 lon: lon, lat: lat, pickup_id: bn_pick,goods_weight: gd_w
2499 2499 }
2500 2500  
... ...