|
@@ -1,4 +1,4 @@
|
|
|
-<div class="pc-index-bottom">
|
|
|
+<div class="pc-index-bottom" style="display: none;">
|
|
|
<img class="bottom-member-ad" adv_name="PC首页广告位-底部" src="" alt="底部广告位">
|
|
|
</div>
|
|
|
|
|
@@ -44,6 +44,7 @@
|
|
|
var top1 = 0;
|
|
|
var top2 = 0;
|
|
|
var timer = null;
|
|
|
+ $('.pc-index-bottom').fadeIn()
|
|
|
$(document).scroll(function(){
|
|
|
clearTimeout(timer)
|
|
|
timer = setTimeout(isScrollEnd, 1000);
|