精选话题
[#if type??]
[#assign typeId=type.id]
[#else]
[#assign typeId=1]
[/#if]
[@topic_type_list orderBy='7' count='10']
[#list tag_list as t]
-
${t.name!}
${t.subscribeCount!}
[@text_cut s=t.description?html len=50 append="..."/]
[#if user??]
[#if user.subscribeIds??]
[#if user.subscribeIds?seq_contains('${t.id}')]
- 取消关注
[#else]
+ 关注
[/#if]
[#else]
+ 关注
[/#if]
[#else]
+ 关注
[/#if]
[/#list]
[/@topic_type_list]
[@topic_type_list]
[#list tag_list as t]
- ${t.name!}
[#if t.child?size gt 0]
[@topic_type_list parentId=t.id]
[#list tag_list as tc]
- ${tc.name!}
[/#list]
[/@topic_type_list]
[/#if]
[/#list]
[/@topic_type_list]
[#include "../include/页脚.html"/]