fix: 横幅查询未过滤禁用的数据
This commit is contained in:
@@ -29,6 +29,7 @@ class Faq extends Common
|
||||
'at_platform' => request()->from
|
||||
])
|
||||
->type('image')
|
||||
->enabled()
|
||||
->visible(['id', 'title', 'image', 'link'])
|
||||
->find();
|
||||
View::assign('banner', $banner);
|
||||
|
||||
Reference in New Issue
Block a user