提交 908973de 编写于 作者: DCloud_iOS_WZT's avatar DCloud_iOS_WZT

update 更新exit示例

上级 af027df1
<template>
<view>
<button @tap="exitAppClick">退出应用</button>
<text>注:iOS端仅在原生SDK环境中有效</text>
<text>注:iOS仅在uni-app x SDK模式中支持应用退出</text>
</view>
</template>
......@@ -12,6 +12,9 @@
uni.exit({
success: function (res) {
console.log(res)
},
fail: function(error){
console.log(error)
}
})
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册