提交 cc4a8655 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

feat(lifecycle): onLastPageBackPress

上级 46f3e5ae
...@@ -22,7 +22,10 @@ ...@@ -22,7 +22,10 @@
}, },
onLastPageBackPress: function (): boolean | null { onLastPageBackPress: function (): boolean | null {
setLifeCycleNum(state.lifeCycleNum - 1000) setLifeCycleNum(state.lifeCycleNum - 1000)
console.log('App LastPageBackPress') uni.showToast({
title: '再按一次退出应用',
position: 'bottom'
})
return null return null
}, },
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册