Commit 01a36588 by libai

测试

parent e85b1237
Showing with 5 additions and 2 deletions
......@@ -293,7 +293,8 @@ $(function(){
}
}
var layzT=true;
$(window).on("scroll",function(){
setTimeout(() => {
$(window).on("scroll",function(){
if(layzT==true){
layzT=false
layzImg()
......@@ -315,6 +316,9 @@ $(function(){
$(".side-nav").hide()
}
})
}, 500);
$(".more-live").on("click",function(){
// $(".neck-nav-ul li").removeClass("neck-nav-li-click")
// $(".neck-nav-ul li").eq(1).addClass("neck-nav-li-click")
......
......@@ -153,7 +153,6 @@ $(function(){
var myTopicId
loginGo()
TopicInfo()
comment(sessionStorage.topicId)
if(localStorage.uid==undefined){
$(".video-input").attr("placeholder","")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment