增加延迟

This commit is contained in:
xiaolian
2024-11-20 14:13:41 +08:00
parent 7ed53b5ea2
commit 9299cd1f1a
+3 -1
View File
@@ -615,10 +615,12 @@
}
},
mounted() {
this.initSwpier(); // 20240807
setTimeout(() => {
this.isInitLoad = true
}, 400);
setTimeout(() => {
this.initSwpier(); // 20240807
}, 500);
},
methods: {
showGwEnroll() {