wx.request({ success: res => { console.log(res.data) if (res.data) { wx.navigateTo({ url: `/pages/index/index` // 希望跳转过去的页面 }) } }})