小程序
小游戏
企业微信
微信支付
扫描小程序码分享
wxml:
js:
1 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
你这里用了变量「isShowUserName」判断是否需要渲染该代码块,这个变量为 true 时,才会显示头像和昵称这一块的代码,
所以后面 setData 要加上「 , isShowUserName: true」。
that.setData({ userInfo: user, isShowUserName: true, // 要加上这个 })
---分割线---
getUserProfile接口有调整,参考公告:https://developers.weixin.qq.com/community/develop/doc/00022c683e8a80b29bed2142b56c01 。
头像昵称填写功能可以了解一下:https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/userProfile.html
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
你这里用了变量「isShowUserName」判断是否需要渲染该代码块,这个变量为 true 时,才会显示头像和昵称这一块的代码,
所以后面 setData 要加上「 , isShowUserName: true」。
that.setData({ userInfo: user, isShowUserName: true, // 要加上这个 })
---分割线---
getUserProfile接口有调整,参考公告:https://developers.weixin.qq.com/community/develop/doc/00022c683e8a80b29bed2142b56c01 。
头像昵称填写功能可以了解一下:https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/userProfile.html