From 7e2f31beef123d05f842db1d9634f4e9cbbe4bd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E4=BA=9A=E7=90=AA?= Date: Wed, 5 Jun 2024 19:51:20 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B0=83=E6=95=B4=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E7=94=A8=E5=88=B0=E7=9A=84=E7=94=9F=E5=91=BD=E5=91=A8=E6=9C=9F?= =?UTF-8?q?=E5=87=BD=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/component/canvas/canvas.uvue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/component/canvas/canvas.uvue b/pages/component/canvas/canvas.uvue index 173b474a..a66f9321 100644 --- a/pages/component/canvas/canvas.uvue +++ b/pages/component/canvas/canvas.uvue @@ -132,11 +132,11 @@ animation?.stop() animation = null }) - onAppShow((_ : OnShowOptions)=>{ + onPageShow((_ : OnShowOptions)=>{ animation?.start() }) - onAppHide(()=>{ + onPageHide(()=>{ animation?.stop() }) -- GitLab