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

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

上级 0d1ea412
......@@ -31,6 +31,7 @@ export default {
console.log('App Hide')
},
onLastPageBackPress: function () {
// #ifdef APP-ANDROID
// 自动化测试
setLifeCycleNum(state.lifeCycleNum - 1000)
console.log('App LastPageBackPress')
......@@ -47,6 +48,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.
先完成此消息的编辑!
想要评论请 注册