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

feat(lifecycle): onLastPageBackPress

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