小程序之退出关闭小程序

时间:2019-09-03 12:51:31   收藏:0   阅读:115

技术分享图片

 

使用navigator组件来做关闭按钮,target要定义为miniProgram,open-type为exit,一点击就会退出小程序
<navigator target="miniProgram" open-type="exit" >退出小程序</navigator>

 更多链接:https://segmentfault.com/q/1010000015920084/a-1020000017085061

原文:https://www.cnblogs.com/520BigBear/p/11452136.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!