微信小程序 点击按钮 退出

版权声明:转载请评论留言 https://blog.csdn.net/solocao/article/details/88820438

一般右上角的圈圈就可以退出,但是有些场景,需要在页面中点击一下,进行退出。

需要使用navigator实现。
官方文档:https://developers.weixin.qq.com/miniprogram/dev/component/navigator.html

代码如下,可以自己设置退出小程序的样式

<navigator class="close" target="miniProgram" open-type="exit">
    退出小程序
</navigator>

猜你喜欢

转载自blog.csdn.net/solocao/article/details/88820438