作者 何书鹏

活动商品可使用优惠券

... ... @@ -261,9 +261,9 @@ trait OrderOper
// 计算优惠券费用
$user_coupons = null;
if ($coupons_id) {
if (!empty($activity_type)) {
throw new Exception('活动商品不可使用优惠券');
}
// if (!empty($activity_type)) {
// throw new Exception('活动商品不可使用优惠券');
// }
if ($order_type == 'score') {
throw new Exception('积分商品不可使用优惠券');
... ...