微信小程序页面如何跳回主页_读书小站

本文收集自网络,侵删!

微信小程序页面跳回主页的方法:

微信小程序页面跳转是通过navigator来实现的,而navigator是通过它的属性open-type的合法值,因此在wxml页面中设置open-type的合法值来选择跳转方式。

<navigator open-type="switchTab" url="../index/index">点击跳转</navigator>