|
@@ -38,7 +38,7 @@
|
|
|
<image :style="{height: item.boxHeight + 'px',width:item.boxWidth+'px'}" mode="aspectFill" :src="item.image" ></image>
|
|
|
|
|
|
</view>
|
|
|
- <view class="user-authentication" v-show="item.verified">
|
|
|
+ <view class="user-authentication" v-show="item.realAvatar">
|
|
|
<image class="authentication-img" mode="aspectFill" src="/static/img/index/authentication.png" ></image>
|
|
|
<view class="authentication-text sys-color-white sys-weight-600">真实头像</view>
|
|
|
</view>
|