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

refactor(onLastPageBackPress): 条件编译指定平台

上级 30e176f0
......@@ -12,6 +12,7 @@ export default {
console.log('App Hide')
},
onLastPageBackPress: function () {
// #ifdef UNI-APP-X && APP-ANDROID
console.log('App LastPageBackPress')
if (firstBackTime == 0) {
uni.showToast({
......@@ -26,6 +27,7 @@ export default {
firstBackTime = Date.now()
uni.exit()
}
// #endif
},
onExit() {
console.log('App Exit')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册