小程序
小游戏
企业微信
微信支付
扫描小程序码分享
console.log('wx.getUserProfile', wx.canIUse('wx.getUserProfile'))
开发者工具及真机返回值为false
20 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
http://blog.chaixuhong.com/archives/getuserprofile-uniapp
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
服务端如何调用getuserProfile呢?
只能button触发吗?还需要用户点按钮?我的页面想显示头像怎么做?
需要写个button才能调用就好烦
用做兼容吗?你们做兼容了吗
用pc 端微信 就不可以用这个借口我把 最低支持版本库改成 2.14.0 用手机可以正常使用 pc 端微信就提示更新微信但是微信已经是最新版本了
请问现在调整好了,可以上正式线吗
请问这么写对吗?
// wxml <button bindgetuserinfo="wechatLogin" open-type="getUserInfo"> 登录测试 </button> // js Page({ wechatLogin() { wx.getUserProfile({ lang: 'zh_CN', success(res){ console.log(res) }, fail(res){ console.log(res) } }) } })
为什么报错
{errMsg: "getUserProfile:fail can only be invoked by user TAP gesture."}
fail:{"errMsg":"getUserProfile:fail parameter error: parameter.desc should be String instead of Undefined;"}
根据基础库,最新的基础库支持
正在加载...
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
http://blog.chaixuhong.com/archives/getuserprofile-uniapp
服务端如何调用getuserProfile呢?
只能button触发吗?还需要用户点按钮?我的页面想显示头像怎么做?
需要写个button才能调用就好烦
用做兼容吗?你们做兼容了吗
用pc 端微信 就不可以用这个借口我把 最低支持版本库改成 2.14.0 用手机可以正常使用 pc 端微信就提示更新微信但是微信已经是最新版本了
请问现在调整好了,可以上正式线吗
请问这么写对吗?
// wxml <button bindgetuserinfo="wechatLogin" open-type="getUserInfo"> 登录测试 </button> // js Page({ wechatLogin() { wx.getUserProfile({ lang: 'zh_CN', success(res){ console.log(res) }, fail(res){ console.log(res) } }) } })
为什么报错
{errMsg: "getUserProfile:fail can only be invoked by user TAP gesture."}
fail:{"errMsg":"getUserProfile:fail parameter error: parameter.desc should be String instead of Undefined;"}
根据基础库,最新的基础库支持