提交 7e2f31be 编写于 作者: 雪洛's avatar 雪洛

feat: 调整页面用到的生命周期函数

上级 d5f99445
...@@ -132,11 +132,11 @@ ...@@ -132,11 +132,11 @@
animation?.stop() animation?.stop()
animation = null animation = null
}) })
onAppShow((_ : OnShowOptions)=>{ onPageShow((_ : OnShowOptions)=>{
animation?.start() animation?.start()
}) })
onAppHide(()=>{ onPageHide(()=>{
animation?.stop() animation?.stop()
}) })
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册