小程序页面路由
wx.navigateTo
,redirectTo
只能打开非 tabBar 页面。- navigateTo 可返回
redirectTo
不可返回
switchTab
只能打开 tabBar 页面。reLaunch
可以打开任意页面。- 重新加载页面onload
- 页面底部的 tabBar 由页面决定,即只要是定义为 tabBar 的页面,底部都有 tabBar。
- 调用页面路由带的参数可以在目标页面的
onLoad
中获取
https://developers.weixin.qq.com/miniprogram/dev/framework/app-service/route.html
https://developers.weixin.qq.com/miniprogram/dev/api/route/wx.switchTab.html
本文来自博客园,作者:w0000,转载请注明原文链接:https://www.cnblogs.com/w0000/p/15876749.html