微信小程序 路由总结

1、跳到tabBar页面 用SwithTab(跳转到 tabBar 页面,并关闭其他所有非 tabBar 页面)不能传参 2、跳到非tabBar页面(以下两种方式都可以传参) navigateTo (保留当前页面,跳转到应用内的某个页面,使用wx.navigateBack可以返回到原页面) redirectTo(关闭当前页面,跳转到应用内的某个页面) 3、reLauch (既可以跳到tabBar页
相关文章
相关标签/搜索