update
This commit is contained in:
@ -47,6 +47,8 @@ class ColumnService extends BaseService
|
||||
'path' => "{$column['url']}{$secondCol['url']}",
|
||||
'desc' => $secondCol['desc'],
|
||||
'item' => $appendArr,
|
||||
'name' => $secondCol['name'],
|
||||
'id' => $secondCol['id'],
|
||||
];
|
||||
}
|
||||
}
|
||||
|
@ -125,6 +125,7 @@ class NewsService extends BaseService
|
||||
->toArray();
|
||||
|
||||
// 猜你喜欢
|
||||
// 这里放的都是未收录的文章。
|
||||
$guess = AppNews::formatQuery(['created_at'])
|
||||
->where('platform', $id)
|
||||
->where('is_delete', 0)
|
||||
|
Reference in New Issue
Block a user