From ab34b1cd54e713a849509dae61bbe91ad0aaa03f Mon Sep 17 00:00:00 2001 From: yangzhe Date: Wed, 21 Jan 2026 13:04:03 +0800 Subject: [PATCH] =?UTF-8?q?refactor(chat):=20=E4=BC=98=E5=8C=96=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E4=BF=A1=E6=81=AF=E5=B1=95=E7=A4=BA=E5=B8=83=E5=B1=80?= =?UTF-8?q?=E5=92=8C=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/chat/index.vue | 46 +++++++++++++++++++++----------------------- 1 file changed, 22 insertions(+), 24 deletions(-) diff --git a/pages/chat/index.vue b/pages/chat/index.vue index 12e75d7..a72d774 100644 --- a/pages/chat/index.vue +++ b/pages/chat/index.vue @@ -26,8 +26,7 @@ class="teacher-avatar" :src="receiverHeadSculptureUrl" > -
-
{{vuex_userType}}
+
{{ vuex_msgUser.name }}
@@ -43,22 +42,32 @@
- + 江西新能源科技职业学院
+ +
+ + {{ vuex_msgUser.collegeName }} +
+
-
- +
+ -
+
{{ vuex_msgUser.name }}
- + - 归属地: {{vuex_msgUser.shen}} + 归属地: + {{ vuex_msgUser.shen }}
- -
- -
- @@ -504,8 +504,6 @@ export default { margin-right: 20rpx; } - - .reply-tag { display: flex; align-items: center;