Commit e1b133f3 by 王立鹏

Merge branch '线上优化/问吧列表优化' into 'master'

perf: 兼容官方账号回复

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