From d6e015afe19b04e5d498a52c6dd20e0c513f74ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8B=BF=E5=A6=84?= <3124832605@qq.com> Date: Fri, 30 May 2025 16:10:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=8E=E7=9A=84=E7=A7=81?= =?UTF-8?q?=E4=BF=A1=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../vue-unilife/src/components/MessageNav.vue | 76 ++++ Front/vue-unilife/src/views/DirectMessage.vue | 194 +++++---- .../src/views/DirectMessage.vue.bak | 387 ++++++++++++++++++ 3 files changed, 572 insertions(+), 85 deletions(-) create mode 100644 Front/vue-unilife/src/components/MessageNav.vue create mode 100644 Front/vue-unilife/src/views/DirectMessage.vue.bak diff --git a/Front/vue-unilife/src/components/MessageNav.vue b/Front/vue-unilife/src/components/MessageNav.vue new file mode 100644 index 0000000..efd3404 --- /dev/null +++ b/Front/vue-unilife/src/components/MessageNav.vue @@ -0,0 +1,76 @@ + + + 消息中心 + + + {{ item.text }} + + + + + + + + \ No newline at end of file diff --git a/Front/vue-unilife/src/views/DirectMessage.vue b/Front/vue-unilife/src/views/DirectMessage.vue index 5395732..083ff84 100644 --- a/Front/vue-unilife/src/views/DirectMessage.vue +++ b/Front/vue-unilife/src/views/DirectMessage.vue @@ -1,23 +1,7 @@ - - - 娑堟伅涓績 - - - 绉佷俊娑堟伅 - - - 璇勮鍥炲 - - - 鏀跺埌鐨勮禐 - - - 绯荤粺閫氱煡 - - - + + @@ -43,6 +27,16 @@ + + + + + + + {{ currentConversation?.title || '閫夋嫨涓涓亰澶' }} + + + @@ -84,6 +78,7 @@ \ No newline at end of file