From 28c617a33d5537fd96b7c389412f55a03aacf4c2 Mon Sep 17 00:00:00 2001 From: yangzhe Date: Thu, 19 Mar 2026 17:00:46 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B6=88=E6=81=AF=E5=A4=B4=E5=83=8F):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B6=88=E6=81=AF=E5=88=97=E8=A1=A8=E4=B8=AD?= =?UTF-8?q?=E6=8E=A5=E6=94=B6=E8=80=85=E5=A4=B4=E5=83=8F=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 12 +++++++----- pages/home/index/index.vue | 15 +++++++-------- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/App.vue b/App.vue index 2d1d766..06344cc 100644 --- a/App.vue +++ b/App.vue @@ -230,9 +230,10 @@ export default { receiverId: data.ReceiverId, sendDate: data.SendDate, message: data.Message, - sendUserType: 2, + sendUserType: data.SendUserType, // 0 AI 1 学生 2 教师 3 提示 }; - const id = data.Id || data.id || Math.random().toString(36).substring(2); + const id = + data.Id || data.id || Math.random().toString(36).substring(2); const msg = { ...processData, messageType: 0, @@ -403,9 +404,10 @@ uni-page-body { body { margin: 0; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", - "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", - "Microsoft Yahei", sans-serif; + font-family: + -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", + "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Microsoft Yahei", + sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; // max-width: 1536rpx; diff --git a/pages/home/index/index.vue b/pages/home/index/index.vue index 4d767c4..ceabb05 100644 --- a/pages/home/index/index.vue +++ b/pages/home/index/index.vue @@ -245,7 +245,7 @@ @@ -375,7 +375,7 @@