From d85ea4a9e615a76590b6887ccf437de3f44fa443 Mon Sep 17 00:00:00 2001 From: candice Date: Mon, 26 Feb 2024 15:20:22 +0800 Subject: [PATCH 01/44] =?UTF-8?q?=E9=9A=90=E8=97=8Fhotjar=20JS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/views/mobile_first/ch-pc.php | 4 ++-- application/views/mobile_first/ch.php | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/application/views/mobile_first/ch-pc.php b/application/views/mobile_first/ch-pc.php index 6360921c..cd7a2078 100644 --- a/application/views/mobile_first/ch-pc.php +++ b/application/views/mobile_first/ch-pc.php @@ -42,7 +42,7 @@ })(window, document, 'script', 'dataLayer', 'GTM-T75N4LL'); - + diff --git a/application/views/mobile_first/ch.php b/application/views/mobile_first/ch.php index 9d8f8739..58e3d63d 100644 --- a/application/views/mobile_first/ch.php +++ b/application/views/mobile_first/ch.php @@ -34,7 +34,7 @@ })(window, document, 'script', 'dataLayer', 'GTM-T75N4LL'); - + From 9604461cad3be3cf9798836c3c8a61ab12b8d2c6 Mon Sep 17 00:00:00 2001 From: YCC Date: Mon, 26 Feb 2024 15:32:09 +0800 Subject: [PATCH 02/44] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E7=BB=93=E6=9E=9C=E9=A1=B9=E4=B8=BA48?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/controllers/welcome.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/welcome.php b/application/controllers/welcome.php index 7a1471c4..ca6aefaf 100644 --- a/application/controllers/welcome.php +++ b/application/controllers/welcome.php @@ -60,7 +60,7 @@ class Welcome extends CI_Controller { if (!empty($data['all_text_search']) && $data['all_text_search'] == 'true') { $data['search_list'] = $this->Information_model->search_all_text($data['keywords'],48); } else { - $data['search_list'] = $this->Information_model->search($data['keywords']); + $data['search_list'] = $this->Information_model->search($data['keywords'],48); } } From 14e3e2577c511cff7e263a1aee5316440a1d76e6 Mon Sep 17 00:00:00 2001 From: YCC Date: Mon, 26 Feb 2024 15:35:16 +0800 Subject: [PATCH 03/44] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/controllers/welcome.php | 2 +- application/models/information_model.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/application/controllers/welcome.php b/application/controllers/welcome.php index ca6aefaf..7a1471c4 100644 --- a/application/controllers/welcome.php +++ b/application/controllers/welcome.php @@ -60,7 +60,7 @@ class Welcome extends CI_Controller { if (!empty($data['all_text_search']) && $data['all_text_search'] == 'true') { $data['search_list'] = $this->Information_model->search_all_text($data['keywords'],48); } else { - $data['search_list'] = $this->Information_model->search($data['keywords'],48); + $data['search_list'] = $this->Information_model->search($data['keywords']); } } diff --git a/application/models/information_model.php b/application/models/information_model.php index 35b2570d..a80ffa61 100644 --- a/application/models/information_model.php +++ b/application/models/information_model.php @@ -52,7 +52,7 @@ class Information_model extends CI_Model function search($keyword) { $this->init(); - $this->topNum = 24; + $this->topNum = 48; if (is_numeric($keyword)) { $this->search_title = "AND ic_id=" . $this->HT->escape($keyword); } else { From 0aeb43f16cccdfc5ea9c17dd2021400ef49a3afc Mon Sep 17 00:00:00 2001 From: candice Date: Wed, 28 Feb 2024 09:09:39 +0800 Subject: [PATCH 04/44] =?UTF-8?q?=E6=88=90=E4=BA=BA=E4=BA=BA=E6=95=B0name?= =?UTF-8?q?=E5=80=BC=E6=81=A2=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/views/mobile_first/ah-info-page-form.php | 2 +- application/views/mobile_first/ah-inquiry-form.php | 2 +- application/views/mobile_first/ah-tour-list-form.php | 2 +- application/views/mobile_first/ch-info-page-form.php | 2 +- application/views/mobile_first/ch-inquiry-form.php | 2 +- application/views/mobile_first/gh-info-page-form.php | 2 +- application/views/mobile_first/gh-tour-form.php | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/application/views/mobile_first/ah-info-page-form.php b/application/views/mobile_first/ah-info-page-form.php index cea40c50..2960f076 100644 --- a/application/views/mobile_first/ah-info-page-form.php +++ b/application/views/mobile_first/ah-info-page-form.php @@ -43,7 +43,7 @@