Skip to content

Commit acdf235

Browse files
committed
no message
1 parent 62ec634 commit acdf235

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

resources/assets/js/App.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,10 @@ export default {
614614
if (!this.$isEEUIApp) {
615615
return;
616616
}
617-
$A.eeuiAppHideWebviewSnapshot()
617+
// 隐藏快照
618+
setTimeout(() => {
619+
this.appActivated && $A.eeuiAppHideWebviewSnapshot()
620+
}, 500)
618621
// APP进入前台
619622
window.__onAppActive = () => {
620623
this.appActivated = true

0 commit comments

Comments
 (0)