赞
踩
只需要在wxml里添加下面代码即可,无需用 bindtap关联函数
-
- <navigator target="miniProgram" open-type="exit">
- <button plain="true">退出</button>
- </navigator>
js中追加
- exit() {
- wx.exitMiniProgram({
- success: (res) => {}
- })
- },
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。