From 34dd826b4b8c924b3ad1fc6b6830f6b866b03499 Mon Sep 17 00:00:00 2001
From: maven <2163098428@qq.com>
Date: 星期一, 18 八月 2025 16:19:28 +0800
Subject: [PATCH] yys  修改字体

---
 src/views/chatHome/chatHomeIndex/MobileChat.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/chatHome/chatHomeIndex/MobileChat.vue b/src/views/chatHome/chatHomeIndex/MobileChat.vue
index f8bc625..6a2990b 100644
--- a/src/views/chatHome/chatHomeIndex/MobileChat.vue
+++ b/src/views/chatHome/chatHomeIndex/MobileChat.vue
@@ -14,7 +14,7 @@
                 <span class="flash_cursor"></span>
               </template>
               <template v-else>
-                <pre>{{ item.msg }}</pre>
+                <pre style="font-family: none;">{{ item.msg }}</pre>
               </template>
             </div>
             <div class="chat-img" v-if="item.chatType == 1">
@@ -203,7 +203,7 @@
   }
   chatList.value.push(replyMsg)
   scrollBottom()
-
+  loading.value = false
   // 濡傛灉鏈夋煡璇㈠叧閿瓧锛屽垯妯℃嫙娴佸紡杈撳嚭
   if (route.query.keyWord) {
     simulateStreamingOutput(replyMsg, route.query.keyWord)

--
Gitblit v1.9.3