mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 03:01:12 +00:00
no message
This commit is contained in:
parent
62ec634db3
commit
acdf23571c
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user