我在基类设置模板主题,但也是然并暖啊

浏览:518 发布日期:2016/09/16 分类:ThinkPHP5专区
if ($this->request->isMobile()) {
$this->theme('mobile');
}else {
$this->theme('pc');
}
}

protected function theme($name) {
$this->view->config('template.view_path', './test/');
}
最佳答案
评论( 相关
后面还有条评论,点击查看>>