no message

This commit is contained in:
kuaifan 2025-08-01 13:03:03 +08:00
parent 62ec634db3
commit acdf23571c

View File

@ -614,7 +614,10 @@ export default {
if (!this.$isEEUIApp) { if (!this.$isEEUIApp) {
return; return;
} }
$A.eeuiAppHideWebviewSnapshot() //
setTimeout(() => {
this.appActivated && $A.eeuiAppHideWebviewSnapshot()
}, 500)
// APP // APP
window.__onAppActive = () => { window.__onAppActive = () => {
this.appActivated = true this.appActivated = true