获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- 微信插件跳转有个路由报错 代码中没有使用这个方法 不知道报错来源?
[图片] 从插件首页跳转插件内容页出现报错 非必现
2021-10-25 - 2021年4月28日24时,基础库版本很低的使getUserInfo还能获取到用户的昵称和头像么 ?
{ !this.props.userInfo.country && ( <Block> { isUseProfile ? <Button className='auth-button' onClick={this.getUserInfoClick} /> : <Button className='auth-button' openType='getUserInfo' onGetUserInfo={this.getUserInfoClick}></Button> } </Block> ) } getUserInfoClick = (e) => { if(wx.getUserProfile) { getUserInfo(res => { console.log(res, '存了用户的昵称和头像') this.props.login(res) }) } else { this.props.login(e.detail.userInfo) } }
2021-04-28