提交 b9db0cd5 编写于 作者: 杜庆泉's avatar 杜庆泉

exit api change

上级 b042e870
<template>
<view>
<button @tap="quitAppClick">退出应用</button>
<button @tap="exitAppClick">退出应用</button>
</view>
</template>
......@@ -12,8 +12,8 @@
}
},
methods: {
quitAppClick:function(){
uni.quitApp()
exitAppClick:function(){
uni.exitApp()
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册