Commit 1d7fc82c authored by 华国豪's avatar 华国豪 🙄

优化显示

parent 31c7e7b5
......@@ -116,7 +116,7 @@
<span>[{{session.unread}}]</span>
</tenplate>
<span v-if="!session.historiMsg">{{session.lastMsgShow}}</span>
<span v-if="session.historiMsg" style="color: red">[草稿]</span>{{session.historiMsg}}
<span v-if="session.historiMsg && currentSession.id !== session.id" style="color: red">[草稿]</span>{{session.historiMsg}}
</div>
<div class="no-tip" v-if="session.isMute">
<i class="iconfont iconmiandarao-kai"></i>
......@@ -162,7 +162,7 @@
<span>[{{session.unread}}]</span>
</tenplate>
<span v-if="!session.historiMsg">{{session.lastMsgShow}}</span>
<span v-if="session.historiMsg" style="color: red">[草稿]</span>{{session.historiMsg}}
<span v-if="session.historiMsg && currentSession.id !== session.id" style="color: red">[草稿]</span>{{session.historiMsg}}
</div>
<div class="no-tip" v-if="session.isMute">
<i class="iconfont iconmiandarao-kai"></i>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment