diff --git a/app/index/controller/ContactUs.php b/app/index/controller/ContactUs.php index 70fe3b45..6659f31e 100644 --- a/app/index/controller/ContactUs.php +++ b/app/index/controller/ContactUs.php @@ -51,7 +51,7 @@ class ContactUs extends Common $item->title_short = $title[1]; } return $item; - })->chunk(4)->toArray(); + })->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 new file mode 100644 index 00000000..36d6ba28 --- /dev/null +++ b/app/index/view/mobile/contact_us/index.html @@ -0,0 +1,71 @@ +{extend name="public/base" /} +{block name="style"} + +{/block} +{block name="main"} +