feat: mobile联系我们 - 品牌故事页

This commit is contained in:
2025-06-05 15:26:24 +08:00
parent c5d450907c
commit f49c590546
4 changed files with 50 additions and 1 deletions

View File

@@ -63,7 +63,8 @@ class AboutUs extends Common
// 获取品牌故事banner
$banners = SysBannerItemModel::hasWhere('banner', [
'language_id' => $this->lang_id,
'unique_label' => 'BANNER_67ff632a5f7aa'
'unique_label' => 'BANNER_67ff632a5f7aa',
'at_platform' => request()->from,
])
->type('image')
->enabled(true)