diff --git a/application/controllers/information.php b/application/controllers/information.php index 6598263e..76bbfa4a 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -663,6 +663,10 @@ class Information extends CI_Controller $lazy_content=$this->html_optimize_lib->set_lazy_loader($information->ic_content,'https://data.chinahighlights.com/grey.gif'); $template = str_replace('', $lazy_content, $template); + //替换内容中各种标签 + $tag_why_us = $this->load->view($template_path . '-why-us', false, true); + $template = str_replace('', $tag_why_us, $template); + //Google广告代码 //if (!empty(get_meta($information->ic_id, 'meta_google_ad_content'))) { $template = str_replace('', '', $template); diff --git a/application/views/mobile_first/ch-pc.php b/application/views/mobile_first/ch-pc.php index 99d96cfb..2b2aaf2c 100644 --- a/application/views/mobile_first/ch-pc.php +++ b/application/views/mobile_first/ch-pc.php @@ -85,6 +85,8 @@
  • Xi'an
  • Chengdu
  • Tibet
  • +
  • Xinjiang
  • +
  • Inner Mongolia
  • @@ -175,11 +177,12 @@
    + +
    -
    @@ -318,5 +321,92 @@ if (window.localStorage && localStorage.getItem(GOT_IT_KEY)) { function loadScriptByAsync(src) {var asyncScript = document.createElement("script");asyncScript.async = true;asyncScript.crossorigin = "anonymous";asyncScript.src = src;firstScript=document.getElementsByTagName("script")[0];firstScript.parentNode.insertBefore(asyncScript, firstScript);} + + \ No newline at end of file diff --git a/application/views/mobile_first/ch-why-us.php b/application/views/mobile_first/ch-why-us.php new file mode 100644 index 00000000..c80eb5e1 --- /dev/null +++ b/application/views/mobile_first/ch-why-us.php @@ -0,0 +1,64 @@ +

    + Why Choose Us +

    + +
    +
    +
    Your Wellbeing is Our Priority
    + +

    Your Wellbeing is Our Priority.

    +
      +
    • 1-to-1 travel expert
    • +
    • Vaccinated guides
    • +
    • Private Rides
    • +
    +
    + +
    +
    Your Trip is Perfectly Planned
    + +

    Your Trip is Perfectly Planned.

    +
      +
    • No crowds
    • +
    • Exclusive Exciting Experiences
    • +
    +
    + +
    +
    Your Booking is Risk-Free
    + +

    Your Booking is Risk-Free.

    +
      +
    • No cancellation fee
    • +
    • Free changes
    • +
    +
    +
    + +

    Finish Your Booking in as Quick as 1 Day

    +
    +
    + Tell us your dream travel idea
    + +
    + Work out your unique plan with 1 to 1 expert advice +
    +
    \ No newline at end of file diff --git a/application/views/mobile_first/ch.php b/application/views/mobile_first/ch.php index 84bd1491..57313f44 100644 --- a/application/views/mobile_first/ch.php +++ b/application/views/mobile_first/ch.php @@ -103,6 +103,8 @@ + + @@ -245,5 +247,93 @@ + + + \ No newline at end of file