实现点击按钮关闭微信小程序功能(附源码)
方法一:
wx.showModal({
title: '温馨提示',
showCancel: false,
content: '即将关闭小程序',
success(res) {
if (res.confirm) {
wx.exitMiniProgram({})
}
}
})
版权声明:
作者:lichengxin
链接:https://www.techfm.club/p/12781.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。
THE END
二维码
共有 0 条评论