From d727d998182c8fb983c8d8a3cca8240eb02bf3a0 Mon Sep 17 00:00:00 2001 From: DCloud_JSON Date: Mon, 17 Jun 2024 16:17:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E8=8D=89=E7=A8=BF=E5=AD=97=E6=A0=B7=E4=B8=A2=E4=BA=86=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/uni-im-conversation/uni-im-conversation.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/uni-im-conversation/uni-im-conversation.vue b/components/uni-im-conversation/uni-im-conversation.vue index df77a80..18afcb3 100644 --- a/components/uni-im-conversation/uni-im-conversation.vue +++ b/components/uni-im-conversation/uni-im-conversation.vue @@ -4,7 +4,7 @@ @click="handleClick" :title="conversation.title" :note="conversation.note" - :red-note="conversation.redNote" + :red-note="conversation.hasDraft?'[草稿] ':''" :tags="conversation.tags" :avatarUrl="avatarUrl" :time="friendlyTime" -- GitLab