open-data type='userAvatarUrl' 头像不显示
__微信web开发者工具 __中
操作系统为 winows 10
在 __调试基础库 __为2.x版本时不显示头像
当 __调试基础库 __为1.9.98时可以正常显示头像
<view class='userinfo'> <!-- 如果只是展示用户头像昵称,可以使用 <open-data /> 组件 --> <open-data class='userinfo-avatar' type='userAvatarUrl'></open-data> <open-data class='userinfo-nickname' type='userNickName'></open-data> </view> |
可以正常显示
2.x的都不显示
