Commit 51c1f77b by lijiabin

perf: 兼容官方账号回复

parent dd2ad8ed
...@@ -50,8 +50,14 @@ ...@@ -50,8 +50,14 @@
class="text-gray-600 text-sm sm:text-base leading-relaxed transition-all duration-300" class="text-gray-600 text-sm sm:text-base leading-relaxed transition-all duration-300"
:class="{ 'line-clamp-3': !item.isExpand }" :class="{ 'line-clamp-3': !item.isExpand }"
> >
<template v-if="item.cultureCommentListVo?.replyName"> <template
{{ item.cultureCommentListVo?.replyName }} v-if="
item.cultureCommentListVo?.replyName || item.cultureCommentListVo?.hiddenName
"
>
{{
item.cultureCommentListVo?.replyName || item.cultureCommentListVo?.hiddenName
}}
<span v-html="parseEmoji(item.cultureCommentListVo?.content)"></span> <span v-html="parseEmoji(item.cultureCommentListVo?.content)"></span>
</template> </template>
<template v-else> <template v-else>
......
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