| | |
| | | <view class="navbar" style="padding-top: {{ clientTop }}px;height: {{clientHeight + clientTop}}px;">我的家</view> |
| | | <image class="mine_bg" src="{{ MINE_BG }}" mode="widthFix"></image> |
| | | <view class="userinfo"> |
| | | <image class="avatar" src="{{ imgurlFull ? imgurlFull : '../../static/images/default_avatar.png' }}"></image> |
| | | <image class="avatar" src="{{ member.imgurl ? member.prefix + member.imgurl : '../../static/images/default_avatar.png' }}"></image> |
| | | <view class="content"> |
| | | <view class="header"> |
| | | <view class="name">{{ member.nickname }}</view> |