mirror of
https://github.com/201206030/novel-front-web.git
synced 2025-04-27 07:50:50 +00:00
perf: 优化评论内容的显示
This commit is contained in:
parent
bd4e5a7f7b
commit
002fb5c078
@ -163,7 +163,7 @@
|
||||
</div>
|
||||
<ul class="pl_bar fr">
|
||||
<li class="name">{{ item.commentUser }}</li>
|
||||
<li class="dec">{{ item.commentContent }}</li>
|
||||
<li class="dec" v-html="item.commentContent"></li>
|
||||
<li class="other cf">
|
||||
<span class="time fl">{{ item.commentTime }}</span
|
||||
><span class="fr" v-if="item.commentUserId == uid"
|
||||
|
Loading…
x
Reference in New Issue
Block a user