<@_pluginLotteryList startStartDate=startStartDate endStartDate=endStartDate startEndDate=startEndDate endEndDate=endEndDate
orderField=orderField orderType=orderType pageIndex=pageNum count=numPerPage>
ID |
标题 |
开始日期 |
结束日期 |
每天发放数量 |
奖品总数 |
剩余数量 |
每天可抽奖次数 |
概率 |
描述 |
<#list page.list as a>
${a.id!} |
${(a.title?html)!} |
${a.startDate!} |
${a.endDate!} |
${a.dayCount!} |
${a.totalCount!} |
${a.lastCount!} |
${a.lotteryCount!} |
${a.fractions!}/${a.numerator!} |
${(a.description?html)!} |
#list>
<#include "../include_page/page.html"/>
@_pluginLotteryList>