|
@@ -804,12 +804,6 @@
|
|
|
$("#share-weixinF").mouseout(function(){
|
|
|
$("#share-weixin").addClass("hidden");
|
|
|
});
|
|
|
- if(!loginflag){
|
|
|
- $('.jy-index-freeRegistration').show()
|
|
|
- }else{
|
|
|
- $('.jy-index-freeRegistration').hide()
|
|
|
-
|
|
|
- }
|
|
|
window.addEventListener('scroll', function() {
|
|
|
// var img = document.getElementsByClassName('swiper-slide-active')[0].children[0];
|
|
|
var img = document.getElementById('bg_')
|
|
@@ -828,10 +822,10 @@
|
|
|
$('.loginBtn').css({'color': '#1d1d1d', 'border-color': 'rgb(224, 224, 224)'})
|
|
|
$('.public-nav').removeClass('light-bg-light-color').removeClass('light-bg-dark-color')
|
|
|
}, function() {
|
|
|
- var bannerHeight = $('#bannerSwiper').height()
|
|
|
+ var bannerHeight = $('#bg_').height()
|
|
|
var scrollTop = $(window).scrollTop()
|
|
|
if (scrollTop >= bannerHeight) {
|
|
|
- console.log('轮播图离开视图')
|
|
|
+ console.log('离开头部视图')
|
|
|
} else {
|
|
|
setNavTheme('dark')
|
|
|
// $('.loginBtn').css({'color': '#fff', 'border-color': '#fff'})
|
|
@@ -1033,6 +1027,9 @@
|
|
|
})
|
|
|
}
|
|
|
}
|
|
|
+ window.loginCallback = function () {
|
|
|
+ $('.jy-index-freeRegistration').hide()
|
|
|
+ }
|
|
|
</script>
|
|
|
{{include "/common/baiducc.html"}}
|
|
|
<script type="text/javascript">
|