From 969c4dff0076ba4668a4eb74737c317441da818c Mon Sep 17 00:00:00 2001 From: candice Date: Tue, 26 Dec 2023 16:05:29 +0800 Subject: [PATCH 1/6] 11 --- application/views/mobile_first/gh-pc.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/application/views/mobile_first/gh-pc.php b/application/views/mobile_first/gh-pc.php index 4f5f3304..fb8661d0 100644 --- a/application/views/mobile_first/gh-pc.php +++ b/application/views/mobile_first/gh-pc.php @@ -74,7 +74,7 @@
  • Caucasus and Central Asia
  • + target="_blank">Central Asia -
    + -
    +
    Africa
    -
    +
    South America
    • Peru
    • From 3afaccdc5a560a62f8fb8d528342331e126e8a32 Mon Sep 17 00:00:00 2001 From: candice Date: Tue, 26 Dec 2023 16:07:25 +0800 Subject: [PATCH 2/6] 11 --- application/views/mobile_first/gh-pc.php | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/application/views/mobile_first/gh-pc.php b/application/views/mobile_first/gh-pc.php index fb8661d0..f9295514 100644 --- a/application/views/mobile_first/gh-pc.php +++ b/application/views/mobile_first/gh-pc.php @@ -77,12 +77,9 @@
      From 2bcbaf896755cbe6b90ce313c064bbdf5f7827af Mon Sep 17 00:00:00 2001 From: candice Date: Tue, 26 Dec 2023 16:08:09 +0800 Subject: [PATCH 3/6] 11 --- application/views/mobile_first/gh-pc.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/application/views/mobile_first/gh-pc.php b/application/views/mobile_first/gh-pc.php index f9295514..1da0d3bc 100644 --- a/application/views/mobile_first/gh-pc.php +++ b/application/views/mobile_first/gh-pc.php @@ -124,8 +124,7 @@ target="_blank">Singapore
    • Indonesia - (Bali)
    • + target="_blank">Indonesia (Bali)
    • Central Asia
    From bf9101b97133c12316fab13f09f613c1977e788c Mon Sep 17 00:00:00 2001 From: candice Date: Tue, 26 Dec 2023 16:16:30 +0800 Subject: [PATCH 4/6] =?UTF-8?q?=E5=A4=B4=E9=83=A8=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E7=9B=AE=E7=9A=84=E5=9C=B0=E4=B8=8B=E5=86=85=E5=AE=B9=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/views/mobile_first/gh.php | 88 ++++++++++++++++++--------- 1 file changed, 58 insertions(+), 30 deletions(-) diff --git a/application/views/mobile_first/gh.php b/application/views/mobile_first/gh.php index b788884c..69327591 100644 --- a/application/views/mobile_first/gh.php +++ b/application/views/mobile_first/gh.php @@ -95,15 +95,15 @@
    From 778b800fb2713a3cb8aed7db8dfbf8f41669fb47 Mon Sep 17 00:00:00 2001 From: candice Date: Tue, 26 Dec 2023 16:21:01 +0800 Subject: [PATCH 5/6] 11 --- application/views/mobile_first/gh.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/mobile_first/gh.php b/application/views/mobile_first/gh.php index 69327591..2f1feb04 100644 --- a/application/views/mobile_first/gh.php +++ b/application/views/mobile_first/gh.php @@ -165,7 +165,7 @@ From b9ccf8f15167f908e1b077f56e17bc49c4da5c2d Mon Sep 17 00:00:00 2001 From: LMR <59361885@qq.com> Date: Wed, 27 Dec 2023 09:48:04 +0800 Subject: [PATCH 6/6] fix --- application/controllers/information.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/information.php b/application/controllers/information.php index bad27e3d..74e1a6c5 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -3240,7 +3240,7 @@ class Information extends CI_Controller } // GH国际 不发布的时候删除缓存 - if (isset($information) && !$information->ic_status) { + if (isset($information) && !empty($information) && !$information->ic_status) { $url = $this->config->item('site_url') . '/index.php/welcome/update_cache/delete_only?static_html_url=' . $tmp; }