This commit is contained in:
wtq
2026-01-07 14:31:42 +08:00
parent ca5b579eae
commit 7c39a32386
3 changed files with 15 additions and 2 deletions

View File

@@ -80,6 +80,19 @@
mode="widthFix"
/>
</view>
<!-- 视频 -->
<view
:class="{
'chat-text-container-img': true,
'chat-text-container-me-img': item.msg_source == 1,
}"
v-else-if="item.msg_type == 6"
>
<video
:src="item.msg_content">
</video>
</view>
<!-- 语音 -->
<view