@@ -7,9 +7,8 @@
uni.login({
provider: 'weixin',
success: async (data) => {
uni.cache.set('weixincode', data.code);
let res = await Api.getminiuserinfo({
code: uni.cache.get('weixincode') //临时登录凭证
code: data.code
})
uni.cache.set('open_id', res.data.openid)
this.$isResolve()
The note is not visible to the blocked user.