feat: mobile联系我们 - 品牌故事页
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user