diff --git a/pages/API/get-app/get-app.uvue b/pages/API/get-app/get-app.uvue index 7957b139b5fb0251674532cf06745cc7a61c7821..02f99f6e4665a8b4ae426de20ae885c4b8cc69d1 100644 --- a/pages/API/get-app/get-app.uvue +++ b/pages/API/get-app/get-app.uvue @@ -161,12 +161,7 @@ }, _increasetLifeCycleNum: function () { const app = getApp() - // #ifndef APP-ANDROID - app.vm.increasetLifeCycleNum() - // #endif - // #ifdef APP-ANDROID - app.increasetLifeCycleNum() - // #endif + app.vm!.increasetLifeCycleNum() this.lifeCycleNum = state.lifeCycleNum }, // 自动化测试