请参考公告:https://developers.weixin.qq.com/community/develop/doc/00022c683e8a80b29bed2142b56c01?highLine=getUserProfile
为什么 getUserProfile在真机模式下不弹出授权窗口?[图片][图片]直接就登陆进去了
2022-11-11请参考公告:https://developers.weixin.qq.com/community/develop/doc/00022c683e8a80b29bed2142b56c01?highLine=getUserProfile
getUserProfile真机调试不弹授权框?wx.getUserProfile在模拟器上好好的真机调试下不弹出授权框,不弹框就算了还直接给我返回userInfo: {nickName: "微信用户", gender: 0, language: "", city: "", province: "", …}这样的假数据是什么意思错也不报
2022-11-11请参考该公告:https://developers.weixin.qq.com/community/develop/doc/00022c683e8a80b29bed2142b56c01?highLine=getUserProfile
getUserProfile 不授权弹框怎么弄?[图片] 苹果微信小程序 wx.getUserProfile 不弹出授权框,正常打印 console.log 但是得到的都是空白头像【白色】跟默认昵称【微信用户】 安卓 正常
2022-11-111、wx.navigateTo 只能用在小程序内 2、在小程序内 web-view 打开的 h5 页面要跳转小程序页面可以使用 wx.miniProgram.navigateTo 参考文档:https://developers.weixin.qq.com/miniprogram/dev/component/web-view.html 3、在微信内,小程序外打开的 h5 页面要跳转小程序页面可以使用 微信开放标签 wx-open-launch-weapp 参考文档:https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Wechat_Open_Tag.html
wx.navigateTo 引用失败 拜托大神看一下?Uncaught TypeError: wx.navigateTo is not a function 换成 wx.miniProgram.navigateTo 不报错但是点击无反应 [图片]
2022-11-11请参考该公告:https://developers.weixin.qq.com/community/develop/doc/00022c683e8a80b29bed2142b56c01?highLine=getUserProfile
调整啥了啊,基础库版本2.26以上登录获取用户信息 -41003?getUserProfile 这个接口调整什么了吗?之前好好的,2.26以上登录不了了
2022-11-11https://developers.weixin.qq.com/community/develop/doc/00022c683e8a80b29bed2142b56c01?highLine=getUserProfile
再最新的基础库v2.27.2版本中getUserProfile接口无法正常唤起wx.getUserProfile({ lang: 'zh_CN', desc: '登录', // 声明获取用户个人信息后的用途,后续会展示在弹窗中,请谨慎填写 success: (res) => { console.log(res, '用户信息'); this.store.commit('updateUserinfo', res.userInfo); this.userinfo_login(res) setTimeout(() => { this.buying = false; }, 1000) }, fail: (res) => { // this.logining = false setTimeout(() => { this.buying = false; }, 1000) } })
2022-11-11