Commit 62e872c5 by libai

测试

parent 5bb2d613
Showing with 3 additions and 4 deletions
......@@ -578,10 +578,9 @@
<script src="../index.js?v=2022112405" defer=""></script>
<script>
$(function(){
if(sessionStorage.lookNum==undefined||sessionStorage.lookNum==0)sessionStorage.lookNum=1;
else{
sessionStorage.lookNum=sessionStorage.lookNum+1;
}
if(sessionStorage.lookNum==undefined)sessionStorage.lookNum=1;
else sessionStorage.lookNum=sessionStorage.lookNum+1;
var dHeight=$(document).height()
$(".touch-box").css("height",dHeight/2+"px")
$(".touch-box").css("margin-top",-dHeight/5+"px")
......
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