通过API可以退出微信小程序
退出小程序暂时只能通过navigator组件来实现,有个open-type=“exit” target=“miniProgram”
不好意思,按你这样说的话,这个功能没有
自己做一个清除绑定用户信息
<navigator open-type=“exit” target=“miniProgram”>关闭按钮</navigator>
主动退出?貌似不阔能
小程序没有,小游戏有
button置于自定义弹窗里面是可以实现的。
没有api,这个也解决不了你的问题。
https://developers.weixin.qq.com/miniprogram/dev/component/navigator.html
<navigator open-type=“exit” target=“miniProgram” />
不能