Commit f2f2d398 by junxiang wang

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

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