uniapp 的tabBar页面之间跳转

uni.switchTab

//跳转实名认证按钮
			gotoAuthentication() {
    
    
				uni.switchTab({
    
    
					url:"../myown/myown",
					success() {
    
    
						console.log('跳转到‘我的’界面')
					}
				})
			},

猜你喜欢

转载自blog.csdn.net/weixin_44135909/article/details/113567428
今日推荐