小程序授权之后怎么回到当前页面?
小程序做了一个授权页面,现在要做一个功能,点击授权之后回到当前页面,请问怎么做
小程序做了一个授权页面,现在要做一个功能,点击授权之后回到当前页面,请问怎么做
https://developers.weixin.qq.com/miniprogram/dev/api/route/wx.navigateBack.html
https://developers.weixin.qq.com/miniprogram/dev/api/route/wx.navigateTo.html
https://developers.weixin.qq.com/miniprogram/dev/api/route/wx.redirectTo.html
https://developers.weixin.qq.com/miniprogram/dev/api/route/wx.reLaunch.html
自己选