diff --git a/app/index/controller/ContactUs.php b/app/index/controller/ContactUs.php
index 5f8b474b..44c4a74f 100644
--- a/app/index/controller/ContactUs.php
+++ b/app/index/controller/ContactUs.php
@@ -45,14 +45,7 @@ class ContactUs extends Common
$banner_map[$v->unique_label] = $v;
}
$focus_image = data_get($banner_map, 'BANNER_6805e3d32dcc2')?->items->first()?->toArray();
- $info_datas = data_get($banner_map, 'BANNER_6806090c1838f')?->items->each(function($item) {
- if (Str::contains($item->title, '
')) {
- $title = explode('
', $item->title);
- $item->title = $title[0];
- $item->title_short = $title[1];
- }
- return $item;
- })->toArray();
+ $info_datas = data_get($banner_map, 'BANNER_6806090c1838f')?->items->toArray();
}
View::assign('focus_image', $focus_image);
View::assign('info_datas', $info_datas);
diff --git a/app/index/view/mobile/contact_us/index.html b/app/index/view/mobile/contact_us/index.html
index a96b9414..45550253 100644
--- a/app/index/view/mobile/contact_us/index.html
+++ b/app/index/view/mobile/contact_us/index.html
@@ -24,13 +24,13 @@