Browse Source

用户端使用优惠券

whitefang 1 year ago
parent
commit
87318754d8
1 changed files with 0 additions and 1 deletions
  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){
                     //按比例折扣
                     $order_coupon_amount = range($order_amount*(1-$user_coupon['discount_ratio']),2);
-                    dd($order_coupon_amount);
                 }else{
                     $order_coupon_amount = $user_coupon['amount'];
                 }