From 87bd83bdc6d298b59e01f835c700289bf19229b0 Mon Sep 17 00:00:00 2001 From: XHY Date: Thu, 18 Jul 2024 17:25:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=20transition-events=20?= =?UTF-8?q?=E7=A4=BA=E4=BE=8B=EF=BC=8C=E8=A6=86=E7=9B=96iOS=E7=9A=84=20[is?= =?UTF-8?q?sues](https://issues.dcloud.net.cn/pages/issues/detail=3Fid=3D2?= =?UTF-8?q?386)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/component/global-events/transition-events.uvue | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/pages/component/global-events/transition-events.uvue b/pages/component/global-events/transition-events.uvue index fd8f8401..1e4dbd54 100644 --- a/pages/component/global-events/transition-events.uvue +++ b/pages/component/global-events/transition-events.uvue @@ -19,12 +19,7 @@ isStart: false, buttonValue: "开启图片旋转", onTransitionEndTriggr: false, - // #ifdef APP-ANDROID - isShow: false, - // #endif - // #ifndef APP-ANDROID - isShow: true, - // #endif + isShow: false } }, onReady() { @@ -38,6 +33,9 @@ } new Thread(new ThreadRunnable()).start() // #endif + // #ifndef APP-ANDROID + this.isShow = true + // #endif }, methods: { switchBtn() { -- GitLab