|
@@ -166,9 +166,8 @@ function docScroll(e){
|
|
|
}
|
|
|
|
|
|
}
|
|
|
-window.addEventListener('scroll', docScroll, true)
|
|
|
$(function(){
|
|
|
-
|
|
|
+ window.addEventListener('scroll', docScroll, true)
|
|
|
// 搜索框显示、隐藏
|
|
|
$("#public-nav .iner .fl .jy_nav_searchBtn").on("click",function(){
|
|
|
$(this).hide()
|
|
@@ -349,7 +348,9 @@ function infoListCss(){
|
|
|
}
|
|
|
|
|
|
// 修复顶部导航因为放大而不显示登录按钮的问题
|
|
|
-fixScaleScroll()
|
|
|
+$(function() {
|
|
|
+ fixScaleScroll()
|
|
|
+})
|
|
|
function fixScaleScroll () {
|
|
|
$(window).on('scroll', function () {
|
|
|
var scrollLeft = $('html').scrollLeft()
|