新人,刚用TP~

浏览:287 发布日期:2014/11/26 分类:求助交流
我设置了默认模块是登录界面,想点击登录后 判断后 然后跳转到其他页面,
class LoginController extends Controller {
public function Index(){
$this->display();
}

public function checkLogin(){
$this->redirect('Index/Index');
}
}


class IndexController extends Controller {
public function Index(){

$this->display();

}
}


然后请求地址都变了,也返回数据,为什么页面就是不会刷新。求大神教教
最佳答案
评论( 相关
后面还有条评论,点击查看>>