mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
优化新版皮肤显示
This commit is contained in:
@@ -23,7 +23,7 @@ class Post extends Common
|
||||
{
|
||||
//
|
||||
|
||||
$list = ModelPost::paginate();
|
||||
$list = ModelPost::order('id desc')->paginate();
|
||||
|
||||
View::assign('list', $list);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user