Explorar o código

用户端使用优惠券

whitefang hai 1 ano
pai
achega
87318754d8
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      app/api/logic/ServiceOrderLogic.php

+ 0 - 1
app/api/logic/ServiceOrderLogic.php

@@ -80,7 +80,6 @@ class ServiceOrderLogic extends BaseLogic
                 if($user_coupon['mold_type'] == 1){
                 if($user_coupon['mold_type'] == 1){
                     //按比例折扣
                     //按比例折扣
                     $order_coupon_amount = range($order_amount*(1-$user_coupon['discount_ratio']),2);
                     $order_coupon_amount = range($order_amount*(1-$user_coupon['discount_ratio']),2);
-                    dd($order_coupon_amount);
                 }else{
                 }else{
                     $order_coupon_amount = $user_coupon['amount'];
                     $order_coupon_amount = $user_coupon['amount'];
                 }
                 }