|
@@ -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('付款价格错误');
|