小程序页面路由

  • wx.navigateToredirectTo 只能打开非 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

posted @ 2022-02-09 20:57  w0000  阅读(62)  评论(0编辑  收藏  举报