Commit Graph

7175 Commits (b747a280c03222a4d6fb73dbd67d74c4c57e7186)
 

Author SHA1 Message Date
candice b747a280c0 字体更换后细节修改 3 weeks ago
candice aea0c683fb 同下 3 weeks ago
candice df8b339940 同下 3 weeks ago
candice d1985fd265 同下 3 weeks ago
candice 48136cb05a 同下 3 weeks ago
candice b7e8a4c962 Merge branch 'master' of github.com:hainatravel/information-system into master 3 weeks ago
candice a8070e22ce 底部模板修改,和HT一致 3 weeks ago
LiaoYijun 5f81a7d3d2 feat: 跨年绑定小包价产品 3 weeks ago
candice 2b9b4d4471 同下 3 weeks ago
candice 3911d4afea 同下 3 weeks ago
candice ee1737f4a4 底部模板修改为和HT一致 3 weeks ago
candice 85477d75d6 同下 3 weeks ago
candice 89255b9362 Merge branch 'master' of github.com:hainatravel/information-system into master 3 weeks ago
candice 53c7715f51 头部导航增加top thailand tours 3 weeks ago
LiaoYijun fd12883d9c feat: 水灯节绑定小包价产品 3 weeks ago
candice 7932d2cb65 添加头部导航动画效果 3 weeks ago
candice 470b16e505 同下 3 weeks ago
candice ecb09cfac0 添加头部导航动画JS 3 weeks ago
ybc 94eb7d6646 修改滚动的js 3 weeks ago
candice 2ed1f1e67e 同下 3 weeks ago
candice f8cb5c30df 隐藏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.transform = 'translateY(0)';
                    } else {
                        navbar.style.transform = 'translateY(-150px)';
                    }
                    prevScrollpos = currentScrollPos;
                }
            }, 25) // 防止快速滚动时频繁触发
        })(window, document, 'pc_nav');
    </script>
-->
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
赵鹏 a14fd1f212 Merge branch 'master' of github.com:hainatravel/information-system 4 weeks ago
赵鹏 588156c9ed 出票fix 4 weeks ago
candice eecb4ea213 同下 4 weeks ago
candice 0d87c8d70b Merge branch 'master' of github.com:hainatravel/information-system into master 4 weeks ago
candice e9b9086aa4 头部导航细节修改 4 weeks ago
赵鹏 17df7eaacf Merge branch 'master' of github.com:hainatravel/information-system 4 weeks ago
赵鹏 e0283216f0 fix 4 weeks ago
candice 9927a99f2d 细节修改 4 weeks ago
candice 67bc45685c 细节修改 4 weeks ago
赵鹏 fddbcfc8fa Merge branch 'master' of github.com:hainatravel/information-system 4 weeks ago
赵鹏 a80745a4ac 火车票fix 4 weeks ago
LMR 1c21085ced fix 错误删除缓存。 4 weeks ago
candice f35193c72d 头部导航story更换 4 weeks ago
candice 090b85ca20 同下 4 weeks ago
candice 13c1f67d04 同下 4 weeks ago
candice 54c6ec0a92 同下 4 weeks ago
candice 050a48257c 头部导航链接修改 4 weeks ago
candice 786e241f65 头部导航细节调整 4 weeks ago
candice 83fad9d75f 11 4 weeks ago
candice ea0965bbf2 同下 4 weeks ago
candice 33f41666c1 同下 4 weeks ago
candice baa67bdd20 头部导航JS修改,复制HT 4 weeks ago
candice eab42812de 头部模板改版,样式和HT一致 4 weeks ago
赵鹏 29f8cb4850 火车切换携程2.0新接口。20260317 4 weeks ago
赵鹏 f5049e00d3 fix 1 month ago
赵鹏 ddaee2e4ce Merge branch 'master' of github.com:hainatravel/information-system 1 month ago
赵鹏 ad35c66c6b 优化反馈表读取信息SQL,hly加谷歌跟踪代码 1 month ago
candice dac039eab8 11 1 month ago