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

feat(App): onExit

上级 34370cd5
......@@ -12,6 +12,7 @@ export default {
console.log('App Hide')
},
onLastPageBackPress: function () {
console.log('App LastPageBackPress')
if (firstBackTime == 0) {
uni.showToast({
title: '再按一次退出应用',
......@@ -26,6 +27,9 @@ export default {
uni.exit(null)
}
},
onExit() {
console.log('App Exit')
},
}
</script>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册