diff --git a/pages/component/canvas/canvas.uvue b/pages/component/canvas/canvas.uvue index 173b474ac7a09241de42524137cd9a4a1f77a94f..a66f93216637696abf2c849cf8b93b51319e38ec 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() })