微信小程序页面如何跳回主页
微信小程序页面跳回主页的方法:
微信小程序页面跳转是通过navigator来实现的,而navigator是通过它的属性open-type的合法值,因此在wxml页面中设置open-type的合法值来选择跳转方式。
<navigatoropen-type="switchTab"url="../index/index">点击跳转</navigator>
本文来源:https://www.yuntue.com/post/71371.html | 云服务器网,转载请注明出处!