Commit cbeef105 by 冷斌

设置

parent 6770e50d
...@@ -4728,7 +4728,6 @@ class UserAction extends CommonAction ...@@ -4728,7 +4728,6 @@ class UserAction extends CommonAction
public function changepsw() public function changepsw()
{ {
echo 1; die;
unset($_SESSION['invite_user']); unset($_SESSION['invite_user']);
//检测用户是否绑定手机号 //检测用户是否绑定手机号
//获取绑定配置判断 //获取绑定配置判断
...@@ -4739,6 +4738,8 @@ class UserAction extends CommonAction ...@@ -4739,6 +4738,8 @@ class UserAction extends CommonAction
redirect(U('basic/Passport/binding')); redirect(U('basic/Passport/binding'));
} }
} }
echo 1; die;
$this->display(); $this->display();
} }
......
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