|
@@ -21,7 +21,7 @@
|
|
|
|
|
|
$coupon = JCoupon::getByPwdOne($pwd);
|
|
$coupon = JCoupon::getByPwdOne($pwd);
|
|
if (empty($coupon)) {
|
|
if (empty($coupon)) {
|
|
- CommonFn::requestAjax(false,'兑换码或验证码错误');exit;
|
|
|
|
|
|
+ CommonFn::requestAjax(false,'兑换码错误');exit;
|
|
}
|
|
}
|
|
if ($coupon->status >= 2) {
|
|
if ($coupon->status >= 2) {
|
|
CommonFn::requestAjax(false,'兑换券已过期');exit;
|
|
CommonFn::requestAjax(false,'兑换券已过期');exit;
|