<@_pluginVoteUserList lotteryId=lotteryId userId=userId ip=ip startCreateDate=startCreateDate endCreateDate=endCreateDate
orderType=orderType pageIndex=pageNum count=numPerPage>
| ID |
用户 |
选项 |
IP |
创建日期 |
<#list page.list as a>
| ${a.id!} |
${a.userId!} |
<@_pluginVoteItem ids=a.itemIds count=5><#list map?values as i>${i.title}<#sep>,#list>@_pluginVoteItem> |
${a.ip!} |
${a.createDate!} |
#list>
<#include "../include_page/page.html"/>
@_pluginVoteUserList>