mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-07 12:52:48 +08:00
优化缓存,增加头像列表
This commit is contained in:
@@ -20,7 +20,9 @@ class Index extends Common
|
||||
{
|
||||
//
|
||||
|
||||
$list_post = Post::where('status', 1)->order('sort desc')->select();
|
||||
|
||||
|
||||
$list_post = Post::quickSelect();
|
||||
|
||||
if (empty($post_id)) {
|
||||
$model_post = $list_post->first();
|
||||
|
||||
Reference in New Issue
Block a user