收藏
回答

再最新的基础库v2.27.2版本中getUserProfile接口无法正常唤起

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug getUserProfile 微信安卓客户端 8.0.28 v2.27.2
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)
					}
				})
回答关注问题邀请回答
收藏

1 个回答

登录 后发表内容