微信小程序前端开发实战教程出现同样操作与视频得到结果不一致的原因及其解决问题
视频网址:https://developers.weixin.qq.com/community/business/doc/00008c2f9d83a040de5ad3a945b80d
问题描述:
同样的操作,但是视频会弹出授权弹窗,但自己不会
原因:
视频录制时,getUserInfo函数还支持弹出弹窗,但当我们看视频的时候已经不支持了
解决方法:
使用wx.getUserProfile(Object object)
API地址如下:
https://developers.weixin.qq.com/miniprogram/dev/api/open-api/user-info/wx.getUserProfile.html