Skip to content

Commit 94e3c4d

Browse files
committed
bugfix hide loader
1 parent 8d041b5 commit 94e3c4d

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

dist/spa.js

+1
Original file line numberDiff line numberDiff line change
@@ -1927,6 +1927,7 @@
19271927
// 显示loading层
19281928
$doc.on('spa:openloader', function(event) {
19291929
loaderTimer = setTimeout(function() {
1930+
loaderTimer = undefined
19301931
$loader.show()
19311932
}, 300)
19321933
})

0 commit comments

Comments
 (0)