wx.reLaunch({
url:"/pages/skyleap/index/index",
complete(e){
console.log(e) // {errMsg: "reLaunch:ok"}
}
})
执行成功,但是打开的页面是空白页面。
操作流程如下:
- 使用微信开发者工具编译页面 pages/test/test ,扫码进入 pages/test/test 页面
- 点击小程序的左上角的小房子图标(回到首页【/pages/skyleap/index/index】),显示跳转的路径是对的,但是页面打开确实空白页面
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
微信自带的小房子点击会默认进入首页,自定义图标点击跳转你改成switchtab试试