Commit c640600d by HTML5-侯张振

修改个人中心--修改绑定手机号,见图片,输入错误验证码的时候提示语不对

parent caf937d0
...@@ -140,7 +140,7 @@ class Myself extends CI_Controller{ ...@@ -140,7 +140,7 @@ class Myself extends CI_Controller{
} }
if(strtolower($captcha) != strtolower($this->session->userdata('captcha'))) if(strtolower($captcha) != strtolower($this->session->userdata('captcha')))
{ {
$result = array('errcode' => 42142, 'errmsg' =>'请重新登录');//更新提示语 $result = array('errcode' => 42142, 'errmsg' =>'验证码错误');//更新提示语
echo json_encode($result); echo json_encode($result);
return; return;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment