码迷,mamicode.com
首页 > 微信 > 详细

(uniapp和)微信小程序页面跳转首页报错:navigateTo:fail can not navigateTo a tabbar page

时间:2020-01-17 21:01:57      阅读:119      评论:0      收藏:0      [点我收藏+]

标签:switch   实现   footer   相同   定义   url   报错   gate   错误   

如果在这种情况下无法实现跳转并出现can not navigate to tabBar page错误

很有可能是由于在底部tabbar里面定义乐同样连接地址的bar,如果在底部footer页面定义了相同地址的bar,则此页面无法跳转,

解决方法:

使用uniapp或微信小程序的

uni.switchTab({
         url: ‘路径‘
});

wx.switchTab({
         url: ‘路径‘
});

(uniapp和)微信小程序页面跳转首页报错:navigateTo:fail can not navigateTo a tabbar page

标签:switch   实现   footer   相同   定义   url   报错   gate   错误   

原文地址:https://www.cnblogs.com/fanqiuzhuji/p/12207256.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!