Commit Graph

347 Commits (d1985fd2650d2973dbfe050d6c2cecb9359626ba)

Author SHA1 Message Date
candice d1985fd265 同下 3 weeks ago
candice 48136cb05a 同下 3 weeks ago
candice a8070e22ce 底部模板修改,和HT一致 3 weeks ago
ybc 94eb7d6646 修改滚动的js 3 weeks ago
candice 2ed1f1e67e 同下 3 weeks ago
candice c6b8de9435 隐藏JS
<!--  <script>
    (function (w, d, i) {
      function debounce(func, wait) {
        let timeout;
        return function () {
          const context = this;
          const args = arguments;
          clearTimeout(timeout);
          timeout = setTimeout(() => func.apply(context, args), wait);
        };
      }

      var navbar = d.getElementById(i);
      var prevScrollpos = w.pageYOffset;
      w.onscroll = debounce(function () {
        var currentScrollPos = w.pageYOffset;
        if (Math.abs(currentScrollPos - prevScrollpos) > 5) { // 滚动阈值
          if (prevScrollpos > currentScrollPos) {
            navbar.style.top = '0';
          } else {
            navbar.style.top = '-100px';
          }
          prevScrollpos = currentScrollPos;
        }
      }, 25) // 防止快速滚动时频繁触发
    })(window, document, 'header');
  </script>
  -->
3 weeks ago
candice eecb4ea213 同下 4 weeks ago
candice e9b9086aa4 头部导航细节修改 4 weeks ago
candice 67bc45685c 细节修改 4 weeks ago
candice f35193c72d 头部导航story更换 4 weeks ago
candice 54c6ec0a92 同下 4 weeks ago
candice 050a48257c 头部导航链接修改 4 weeks ago
candice ea0965bbf2 同下 4 weeks ago
candice baa67bdd20 头部导航JS修改,复制HT 4 weeks ago
candice eab42812de 头部模板改版,样式和HT一致 4 weeks ago
candice dac039eab8 11 1 month ago
candice 499e729e18 酒店添加说明文字 1 month ago
candice b6404033fe 添加 alt="highlight travel family link button" 1 month ago
candice 4e89f3c856 底部FB链接修改为 https://www.facebook.com/ChinaHighlights.HTfamily 1 month ago
candice 0ba44fe161 同下 1 month ago
candice e081bf0bf8 同下 1 month ago
candice 26e26b8f96 底部泰国站链接放出 1 month ago
candice 351bbf1928 底部TM入口链接修改为 /forms/create-my-trip.htm?product_code= 1 month ago
candice 919d625ec2 同下 2 months ago
candice 220a45e81e 底部模板细节修改 2 months ago
candice 9244058e24 头部导航链接修改 https://www.japanhighlights.com/japan/plan-a-trip-to-china-and-japan 2 months ago
candice 4e90943611 底部模板改版为新版本,和HT相似 2 months ago
candice 9e39c82d7e 公司名称修改为 Highlights Travel Co., LTD. 2 months ago
candice a0becb5340 删除链接 /travelguide/summer-trip-planner.htm 2 months ago
candice c0b2376d31 同下 2 months ago
candice 17330dde03 china tours链接修改为 /china-tours/ 2 months ago
candice bb4a687222 11 2 months ago
candice c752d2f1ab 公司地址修改,PC端头部导航下拉效果修改 3 months ago
candice 9efcbc901c 同下 4 months ago
candice fa4d532734 Merge branch 'master' of github.com:hainatravel/information-system into master 4 months ago
candice a05fe87d24 头部导航链接修改 /china-tours/top-tours.htm 4 months ago
LMR 4e9c9ed1de update arachina 4 months ago
LMR f747511020 fix vc domain 4 months ago
candice 46568d0f86 同下 5 months ago
candice d7bca77ad0 Merge branch 'master' of github.com:hainatravel/information-system into master 5 months ago
candice dbb14f151e head内添加 bing 广告转化跟踪代码 5 months ago
LiaoYijun 73f30dbe60 feat: lazy load Meta Pixel Code 5 months ago
candice aaa3a00660 头部导航china panda tours链接修改 5 months ago
candice f324478bb3 头部导航上silk road tours链接修改 5 months ago
candice 3ae92562e2 头部导航上guizhou tours链接修改 5 months ago
candice cae0bcdc15 头部导航chongqing tours链接修改 5 months ago
candice 705a73ffc6 头部导航yunnan tours链接更新 5 months ago
candice 6e38133df1 头部导航xiamen tours链接修改 5 months ago
candice 3b034ca02d 头部导航harbin tours链接修改 5 months ago
candice 4a2b612d0a 头部导航上huangshan tours链接修改 5 months ago