zhangjinzhe 2024-07-26 15:55:43 +08:00
commit f53307c3f1
1 changed files with 4 additions and 2 deletions

View File

@ -21,11 +21,13 @@
<view class="user_header"> <view class="user_header">
<view class=""> <view class="">
<view class="user_img"> <view class="user_img">
<image :src="avatarIcon(item.avatarInfo)" mode=""></image> <image :src="item.avatarInfo == null || item.avatarInfo == '' ? '../../../static/images/icon/tu3-9.jpg' :avatarIcon(item.avatarInfo)" mode=""></image>
<!-- <image :src=avatarIcon(item.avatar) mode=""></image> -->
</view> </view>
<!-- 预防 style 状态 溢出 --> <!-- 预防 style 状态 溢出 -->
<view class="user_msg" style="width: 440rpx;" > <view class="user_msg" style="width: 440rpx;" >
<h4>{{ item.nickName }}</h4> <!-- nickName 用户昵称 infoName 实名信息名字-->
<h4>{{ item.nickName == null || item.nickName == '' ? 'XXX': item.nickName }}</h4>
<!-- 牛逼 通过才 显示时间 学校是吧 --> <!-- 牛逼 通过才 显示时间 学校是吧 -->
<!-- <p v-if="item.auditInfo == 1" <!-- <p v-if="item.auditInfo == 1"
style="width: 500rpx; height: 50rpx; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;"> style="width: 500rpx; height: 50rpx; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;">