收藏
回答

wx.reLaunch 返回页面时空白页面?

wx.reLaunch({

        url:"/pages/skyleap/index/index",

        complete(e){

          console.log(e// {errMsg: "reLaunch:ok"}

        }

      })

执行成功,但是打开的页面是空白页面。


操作流程如下:

  1. 使用微信开发者工具编译页面 pages/test/test ,扫码进入 pages/test/test 页面
  2. 点击小程序的左上角的小房子图标(回到首页【/pages/skyleap/index/index】),显示跳转的路径是对的,但是页面打开确实空白页面
回答关注问题邀请回答
收藏

2 个回答

登录 后发表内容