- 添加额外的 console.log 语句以确认跳转完成
@ -157,9 +157,13 @@
//跳转tabBar页面
uni.setStorageSync('tabBerIndex', e.index)
console.log('qqq', e.urlPath)
uni.navigateTo({
//关闭当前页面跳转新页面
uni.redirectTo({
url: e.urlPath
})
console.log('qqq2,执行完了')
}else{
this.show = true
}