dever %!s(int64=3) %!d(string=hai) anos
pai
achega
e8ab8bea67
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/shop/lib/Sell.php

+ 1 - 1
app/shop/lib/Sell.php

@@ -406,7 +406,7 @@ class Sell
             $data['user_coupon_id'] = $user_coupon_id;
             $data['coupon_id'] = $goods_coupon['id'];
             $data['coupon_cash'] = $goods_coupon['cash'];
-        } elseif ($shop_coupon_id && $type == 3) {
+        } elseif ($shop_coupon_id) {
             # 店里直接给用优惠券
             if ($data['price'] <= 0) {
                 Dever::alert('付款价格错误');