收藏
回答

wx.getUserProfile真机调试为什么一直提示授权失败?

wx.getUserProfile这个为什么不走,也打印不出来结果,直接到fail: 里边

wx.getUserProfile({

desc: '登录',

success: async (res) => {

console.log('res',res)

// 后端接口

this.$H.get('/index.php/Wx/login', {

code: this.code,

// nickname: this.nickname,

// avatar: this.avatarUrl


}).then(res => {

this.user_id = res.data.user_id

})

},

fail: (res) => {

wx.showToast({

title: '授权失败',

icon: 'none'

})

}

});

最后一次编辑于  2023-08-16
回答关注问题邀请回答
收藏

1 个回答

登录 后发表内容