Commit 88053b1a by junxiang wang

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

parent eea897d1
...@@ -140,9 +140,9 @@ embedpano({ ...@@ -140,9 +140,9 @@ embedpano({
function showSwiper() { function showSwiper() {
setTimeout(function(){ setTimeout(function(){
console.log('showSwiper') console.log('showSwiper')
alert('showSwiper'); //alert('showSwiper');
document.getElementById('swiper').style.zIndex = 4 document.getElementById('swiper').style.zIndex = 4
},5000) },4000)
} }
function krpano_onready_callback(krpano_interface) { function krpano_onready_callback(krpano_interface) {
krpano = krpano_interface; krpano = 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