优化请求状态提示信息

This commit is contained in:
唐明明
2022-06-14 18:14:16 +08:00
parent 1001b3245b
commit adfc25d91c
8 changed files with 6597 additions and 6597 deletions

View File

@@ -39,7 +39,7 @@
<block v-if="users.length > 0">
<view class="team-list-flex" v-for="(item, index) in users" :key="index">
<view class="team-list-flex-item user">
<image class="user-cover" :src="item.avatar || ''" mode="aspectFill"></image>
<image class="user-cover" :src="item.avatar || require('@/static/user/cover.png') " mode="aspectFill"></image>
<view class="user-nickname nowrap">{{item.nickname}}</view>
</view>
<view class="team-list-flex-item number nowrap">{{item.username}}</view>