不知道怎么错了
- 当前 Bug 的表现(可附上截图)
- 预期表现
- 复现路径
- 提供一个最简复现 Demo
<! --index.wxml–>
<view class=“container”>
<view bindtap=“bindViewTap” class=“userinfo”>
<image class=“userinfo-avatar” src="{{userInfo.avatarUrl}}" background-size=
“cover”></image>
<text class=“userinfo-nickname”>{{userInfo.nickName}}</text>
</view>
<view class=“usermotto”>
<text class=“user-motto”>{{motto}}</text>
</view>
</view>