diff --git a/components/uni-im-conversation/uni-im-conversation.vue b/components/uni-im-conversation/uni-im-conversation.vue index df77a800d0b6bb750f9c16f2041d6127f34419d1..18afcb35cbff7222a4a19a673b4225b18dec5938 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"