Commit 0eda425c by libai

测试

parent a613bf55
Showing with 2 additions and 2 deletions
......@@ -736,7 +736,7 @@ $(function(){
html+='<li>';
if(imgList.images==undefined){
var mRandom=Math.ceil(Math.random()*10)
console.log(mRandom)
html+='<div style="background: url(https://app.ixiulive.com/static/footVideo/m/m'+mRandom+'.jpg?v=20220614);background-size: cover;" class="video-top-box">';
}
else html+='<div style="background: url(https://zhibocdn.yabolive.net/comm'+imgList.images[0].url.split('?')[0]+'?x-oss-process=image/resize,w_342" class="video-top-box">';
......@@ -812,7 +812,7 @@ $(function(){
if(sessionStorage.jump==5){
scrollNav=false
$(".neck-nav-ul li").removeClass("neck-nav-li-click")
$(".neck-nav-ul li").eq(sessionStorage.jumpp-1).addClass("neck-nav-li-click")
$(".neck-nav-ul li").eq(sessionStorage.jump-1).addClass("neck-nav-li-click")
$(".side-nav").show()
scrollOk=true;
pageNumber=1
......
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