fix bug 2016/01/25
修复引起前台个人中心显示异常的BUG
This commit is contained in:
@@ -12,6 +12,9 @@ use Think\Controller;
|
||||
class ForgetController extends Controller {
|
||||
//显示找回密码页面
|
||||
public function index(){
|
||||
$tmodel= M('setting');
|
||||
$title = $tmodel->where('id=1')->select();
|
||||
$this->assign('title', $title);
|
||||
$this->display();
|
||||
}
|
||||
//找回密码逻辑
|
||||
|
||||
Reference in New Issue
Block a user