feat: mobile问答中心页

This commit is contained in:
2025-06-06 16:28:01 +08:00
parent 00f2cafad3
commit 15e0db0e54
5 changed files with 57 additions and 1 deletions

View File

@@ -25,7 +25,8 @@ class Faq extends Common
// 获取banner焦点图
$banner = SysBannerItemModel::hasWhere('banner', [
'language_id' => $this->lang_id,
'unique_label' => 'BANNER_67fa37f30e151'
'unique_label' => 'BANNER_67fa37f30e151',
'at_platform' => request()->from
])
->type('image')
->visible(['id', 'title', 'image', 'link'])