有人可以使用吗?
ios版的企业微信中打开微信小程序getUserProfile无法调起授权弹窗?问题:ios版的企业微信中打开微信小程序getUserProfile无法调起授权弹窗,安卓机型正常。 ios企业微信版本:3.1.9(69138) 调试基础库:2.16.0 以下是使用官方示例的代码进行测试的,做了一点点小修改 <view class="container"> <view class="userinfo"> <block wx:if="{{!hasUserInfo}}"> <button wx:if="{{canIUseGetUserProfile}}" bindtap="getUserProfile"> 获取头像昵称 </button> <button wx:else open-type="getUserInfo" bindgetuserinfo="getUserInfo"> 获取头像昵称 </button> </block> <block wx:else> <image bindtap="bindViewTap" class="userinfo-avatar" src="{{userInfo.avatarUrl}}" mode="cover"></image> <text class="userinfo-nickname">{{userInfo.nickName}}</text> </block> </view> </view> Page({ data: { userInfo: {}, hasUserInfo: false, canIUseGetUserProfile: true, // 为了测试getUserProfile,先用true }, onLoad() { // 为了测试getUserProfile,先注释此代码 // if (wx.getUserProfile) { // this.setData({ // canIUseGetUserProfile: true // }) // } console.log('canIUseGetUserProfile', this.data.canIUseGetUserProfile); }, getUserProfile(e) { // 推荐使用wx.getUserProfile获取用户信息,开发者每次通过该接口获取用户个人信息均需用户确认 // 开发者妥善保管用户快速填写的头像昵称,避免重复弹窗 wx.getUserProfile({ desc: '用于完善会员资料', // 声明获取用户个人信息后的用途,后续会展示在弹窗中,请谨慎填写 success: (res) => { this.setData({ userInfo: res.userInfo, hasUserInfo: true }) } }) console.log('getUserProfile', e); }, getUserInfo(e) { // 不推荐使用getUserInfo获取用户信息,预计自2021年4月13日起,getUserInfo将不再弹出弹窗,并直接返回匿名的用户个人信息 this.setData({ userInfo: e.detail.userInfo, hasUserInfo: true }) console.log('getUserInfo', e); }, }) 出现问题如下 [图片]
2021-09-30wx7c8a056e5686314c
公众号法人不能授权为什么?为什么在开公众号过程中法人不能授权呢?老是出现法定代表人身份证号码,工商数据未更新,请5-15个工作日之后尝试。法定代表人验证失败,这是什么原因,求解?
2020-09-20[图片] 我也一样啊。
法定代表人身份证号码,工商数据未更新是什么情况?麻烦咨询下,小程序迁移过程中,原主体法定代表人扫码验证失败,显示是:法定代表人身份证号码,工商数据未更新。已经核对了很多次了,和国家企业信用信息公示系统也核对了,都一致的。原主体法定代表人是个体工商户,营业执照上是注册号,不是统一社会信用代码。小程序原始ID是:gh_ad9ca0352c30 感谢!!![图片]
2020-09-20查看一下Apache 日志
ssl认证阿里云ssl配置后apache启动失败
2018-07-31