From 2c5891602ebf1c1ad350f2f10d75872fa28ac0c4 Mon Sep 17 00:00:00 2001 From: zhenyuWang <13641039885@163.com> Date: Wed, 4 Sep 2024 20:45:56 +0800 Subject: [PATCH] =?UTF-8?q?refactor(getApp):=20=E7=A7=BB=E9=99=A4=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6=E7=BC=96=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/API/get-app/get-app.uvue | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pages/API/get-app/get-app.uvue b/pages/API/get-app/get-app.uvue index 7957b139..02f99f6e 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 }, // 自动化测试 -- GitLab