直播列表
[@live_page orderBy='1' count='10' ]
[#list tag_pagination.list as l]
[#if l.hasBegin&&!l.hasOver||!l.hasBegin]
-
[#if l.hasBegin&&!l.hasOver]
进行中 |
[/#if]
[#if !l.hasBegin]
${l.beginTime!?string("yyyy-MM-dd HH:mm")} |
[/#if]
主播:${l.user.username!} |
价格:${l.beginPrice!} |
观看人数: ${l.joinUserNum!}
[/#if]
[/#list]
[#include "../tag/topic.html"/]
[/@live_page]