<#-- 话题列表 分页 --> <#-- 页面需引入layer.js 和 DPlayer --> <@function page="${url_page}" tagId="${url_tagId}">
<#if topicRelated_topic_page?exists && topicRelated_topic_page.records?exists && topicRelated_topic_page.records?size gt 0> <#list topicRelated_topic_page.records as topic>
<#if topic.account == null || topic.account == ''>
此用户账号已注销

${topic.title} <#list topic.allowRoleViewList as roleName> ${roleName} <#list topic.hideTagTypeMap as key, value> <#if value?c == 'true'> <#else> <#if topic.essence == true> 精华 <#if topic.sort gt 0> 置顶 <#if topic.giveRedEnvelopeId != null && topic.giveRedEnvelopeId??>

<#if topic.imageInfoList?size gt 0 || topic.mediaInfoList?size gt 0> <#if topic.imageInfoList?size gt 0>
    <#list topic.imageInfoList as imageInfo> <#-- 图片最多显示8张 --> <#if imageInfo_index lt 8>
  • <#-- 本地缩略图 --> <#if fileStorageSystem == 0>
    <#-- SeaweedFS缩略图 使用nginx image_filter的缩略图处理功能 --> <#if fileStorageSystem == 10>
    <#-- MinIO缩略图 使用nginx image_filter的缩略图处理功能 --> <#if fileStorageSystem == 20>
    <#-- 阿里云OSS缩略图 --> <#if fileStorageSystem == 30>
<#else>
<#list topic.mediaInfoList as mediaInfo> <#-- 视频最多显示3个 --> <#if mediaInfo_index lt 3>
<#else>

${topic.summary}

${topic.viewTotal}
${topic.commentTotal}
<#assign pageView = topicRelated_topic_page> <#--引入分页--> <@include action="${newPublic_1}"/>