本来首页是可以正常跳转的,但是设置了tabBar之后,首页跳转就没反应了,怎么点都没反应,是怎么回事呢??大神快帮帮我
感谢!!
设置tabbar后的跳转需要做特殊的处理
<navigator url=
"/page/index/index"
open-type=
"switchTab"
hover-class=
"other-navigator-hover"
>切换 Tab</navigator>
//需要在 navigator 中添加 open-type 属性,值为 switchTab 请参考小程序文档