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

This commit is contained in:
2025-06-05 15:26:24 +08:00
parent 4562a9e74c
commit 31787b6f23
4 changed files with 52 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)
@@ -126,6 +127,7 @@ class AboutUs extends Common
->where('status', '=', 1)
->order(['sort' => 'asc', 'id' => 'desc']);
}])
->atPlatform(request()->from)
->uniqueLabel([
"BANNER_68075a636e648",
"BANNER_68075bf4dd0f5",
@@ -159,6 +161,7 @@ class AboutUs extends Common
->where('status', '=', 1)
->order(['sort' => 'asc', 'id' => 'desc']);
}])
->atPlatform(request()->from)
->uniqueLabel([
"BANNER_6806f5f19c3d6",
"BANNER_6806f609b9fe9",