From 20f333e74eabff867e6ba2a7e635f9939358f0da Mon Sep 17 00:00:00 2001 From: zhenyuWang <13641039885@163.com> Date: Mon, 14 Oct 2024 17:51:20 +0800 Subject: [PATCH] =?UTF-8?q?fix(getCurrentPages):=20=E8=A1=A5=E5=85=85=20an?= =?UTF-8?q?droid=20=E7=AB=AF=E7=BC=BA=E5=A4=B1=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/API/get-current-pages/get-current-pages.uvue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/API/get-current-pages/get-current-pages.uvue b/pages/API/get-current-pages/get-current-pages.uvue index 051a60cf..384c0717 100644 --- a/pages/API/get-current-pages/get-current-pages.uvue +++ b/pages/API/get-current-pages/get-current-pages.uvue @@ -91,6 +91,9 @@ this.checked = true } // #endif + // #ifdef APP-ANDROID + this.checked = true + // #endif this.getPageStyle(); }, onPullDownRefresh() { -- GitLab