浏览代码

Updated public

north 7 年之前
父节点
当前提交
74aeaf8dfa
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      www/protected/modules/j/controllers/JRecordController.php

+ 1 - 1
www/protected/modules/j/controllers/JRecordController.php

@@ -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;