Commit 12d9ca41 by junxiang wang

后台发布版本2020-09-02 23:13

parent 86667680
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
position: fixed; position: fixed;
left: 0; left: 0;
top: 0; top: 0;
z-index: 9; z-index: -1;
} }
ul,li { ul,li {
list-style: none; list-style: none;
...@@ -138,10 +138,10 @@ embedpano({ ...@@ -138,10 +138,10 @@ embedpano({
}); });
function showSwiper() { function showSwiper() {
alert('showSwiper');
setTimeout(()=>{
console.log('showSwiper')
setTimeout(function(){
console.log('showSwiper')
alert('showSwiper');
document.getElementById('swiper').style.zIndex = -1 document.getElementById('swiper').style.zIndex = -1
},5000) },5000)
} }
......
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