diff --git a/pages/API/get-app/get-app.uvue b/pages/API/get-app/get-app.uvue index 7ece0a803f49feeda26f93fbd4be7cb16f4fa3be..7957b139b5fb0251674532cf06745cc7a61c7821 100644 --- a/pages/API/get-app/get-app.uvue +++ b/pages/API/get-app/get-app.uvue @@ -161,7 +161,12 @@ }, _increasetLifeCycleNum: function () { const app = getApp() + // #ifndef APP-ANDROID + app.vm.increasetLifeCycleNum() + // #endif + // #ifdef APP-ANDROID app.increasetLifeCycleNum() + // #endif this.lifeCycleNum = state.lifeCycleNum }, // 自动化测试 @@ -180,4 +185,4 @@ .hr { border-bottom: 1px solid #ccc; } - +