打开webview出现报错
wx.miniProgram.reLaunch({
// url 是回调到小程序的页面地址
url: `/pages/index/index'}`,
success: (res) => {
console.log(res, '获取成功')
},
fall: (err) => {
console.log(err, '获取失败')
}
})
https://open.weixin.qq.com/connect/oauth2/authorize?appid='appid'&redirect_uri=https://zhpt1.tzhky.cn/getlOGNiNcODE.html&response_type=code&scope=snsapi_userinfo&forcePopup=true&state=STATE#wechat_redirect
这个问题是怎么解决的?
你确定这个 URL 参数值这样写没问题?