注释搜索:主播发送消息

观看列表只能主播跟管理员查看
This commit is contained in:
cbb
2026-02-10 17:49:33 +08:00
parent 2cc252dce0
commit 20ccbf1f14
19 changed files with 190 additions and 67 deletions

View File

@@ -103,10 +103,16 @@
>
<view class="left-name">
<image
src="https://wx1.sinaimg.cn/mw690/92eeb099gy1i29hl0ne80j21jk2bcash.jpg"
v-if="item.avatar"
:src="item.avatar"
mode="scaleToFill"
class="avatar"
></image>
<uni-icons
v-else
type="contact-filled"
size="120rpx"
></uni-icons>
<text>{{ item.userName }}</text>
</view>
<text class="date">加入时间{{ item.paidTime }}</text>