wx.canIUse判断getUserProfile结果是false?
开发工具版本和基础库版本都满足getUserProfile要求
但是用wx.canIUse判断getUserProfile却是false
判断getUserinfo是true
console.log(wx.canIUse('getUserProfile'))
返回false
console.log(wx.canIUse('getUserinfo'))
返回