mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-01 10:32:49 +08:00
新增头部和导航
This commit is contained in:
@@ -18,10 +18,6 @@ class Index extends Common
|
||||
*/
|
||||
public function index($post_id = 0)
|
||||
{
|
||||
//
|
||||
|
||||
|
||||
|
||||
$list_post = Post::quickSelect();
|
||||
|
||||
if (empty($post_id)) {
|
||||
@@ -30,7 +26,6 @@ class Index extends Common
|
||||
$model_post = $list_post->where('id', $post_id)->first();
|
||||
}
|
||||
|
||||
|
||||
View::assign('model_post', $model_post);
|
||||
|
||||
View::assign('list_post', $list_post);
|
||||
|
||||
Reference in New Issue
Block a user