From ff6a80d401f6332af697dd9a746e66ce10be03a0 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期三, 04 十二月 2024 16:15:56 +0800 Subject: [PATCH] 暂无数据 --- src/components/chat/Chat.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/chat/Chat.vue b/src/components/chat/Chat.vue index 6c47b0f..5d5f2ab 100644 --- a/src/components/chat/Chat.vue +++ b/src/components/chat/Chat.vue @@ -181,7 +181,7 @@ >锛堝凡鍋滄锛�</span > <!-- parseContent 杩斿洖涓� null --> - <p v-if="!item.content && !isTalking" class="text-red-500"> + <p v-if="!item.content && !isTalking && !item.isStopMsg" class="text-red-500"> 鏆傛棤鏁版嵁 </p> <!-- #endregion --> -- Gitblit v1.9.3