文章摘要:微信小程序如何切换下一个页面 小程序怎么切换到微信页面
微信小程序切换下一个页面的方法: wxml页面组件跳转,可以通过设置open-type属性指明页面跳转,代码: […]
微信小程序切换下一个页面的方法:
wxml页面组件跳转,可以通过设置open-type属性指明页面跳转,代码:
// navigator 组件默认的 open-type 为 navigate
// redirect 对应 API 中的 wx.redirect 方法
// switchTab 对应 API 中的 wx.switchTab 方法
// reLanch 对应 API 中的 wx.reLanch 方法
// navigateBack 对应 API 中的 wx.navigateBack 方法