Commit bfc70807 by libai

测试

parent 736eee70
Showing with 2 additions and 1 deletions
......@@ -700,7 +700,7 @@ $(function(){
var loadNum=1
if(sessionStorage.type!='pwa'){
if(sessionStorage.lookNum==undefined)sessionStorage.lookNum=1;
else sessionStorage.lookNum=sessionStorage.lookNum+1;
else sessionStorage.lookNum=Number(sessionStorage.lookNum)+1;
}
......@@ -782,6 +782,7 @@ $(function(){
}, 3000);
}
}
clearInterval(iosT)
$(".play-icon").hide()
......
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