From c93b47162574b2d6e3d9c2b022ccfd72adc37b4a Mon Sep 17 00:00:00 2001 From: chen-xin-zhi <3588068430@qq.com> Date: Tue, 17 Jun 2025 08:26:41 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=88=86=E6=94=AF?= =?UTF-8?q?=E5=90=88=E5=B9=B6=E8=AF=B7=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app.js b/app.js index 55b54d0..0047efc 100644 --- a/app.js +++ b/app.js @@ -3,5 +3,7 @@ App({ onLaunch: function () { checkLogin(); + checkLogin(); + checkLogin(); } }); From 3d1e60edc5df7df3787c87d8c38a5d73a5acce06 Mon Sep 17 00:00:00 2001 From: chen-xin-zhi <3588068430@qq.com> Date: Tue, 17 Jun 2025 08:38:14 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=88=86=E6=94=AF?= =?UTF-8?q?=E5=90=88=E5=B9=B6=E8=AF=B7=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/app.js b/app.js index 0047efc..55b54d0 100644 --- a/app.js +++ b/app.js @@ -3,7 +3,5 @@ App({ onLaunch: function () { checkLogin(); - checkLogin(); - checkLogin(); } }); From a797150e3e109f06fb74009bdd0a6dab33d0d51a Mon Sep 17 00:00:00 2001 From: chen-xin-zhi <3588068430@qq.com> Date: Tue, 17 Jun 2025 08:39:16 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=88=86=E6=94=AF?= =?UTF-8?q?=E5=90=88=E5=B9=B6=E8=AF=B7=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app.js b/app.js index 55b54d0..6e5db1c 100644 --- a/app.js +++ b/app.js @@ -3,5 +3,6 @@ App({ onLaunch: function () { checkLogin(); + checkLogin(); } });