设置自定义菜单,引入外部使用页面每个地方都调用了调用了组件页面引入了当前页面切换到产品之家,图标并没有跳转啊, 下标是没有问题的, onShow() {
if (typeof this.getTabBar === 'function' && this.getTabBar()) {
console.log('getTabBar is a function'); // 确保 getTabBar 是函数
console.log(this.getTabBar()); // 打印 tabBar 实例,确保它存在
// 设置 tabBar 的当前选项
this.getTabBar().setData({
currentIndex: 0,
selectedIconPath: '/images/tabbar/shouyeg.png'
});
} else {
console.log('getTabBar is null or not a function'); // 如果 getTabBar 是 null 或未定义
}
},
到底怎么解决啊