{template 'mobile/header'}

微擎{$title}

可划动 ^ 关闭

中奖名单

{loop $otheraward $index $row} {if strexists($row['award'], '兑换码')} {php $row['award'] = explode('兑换码', $row['award'])} {php $row['award'] = $row['award'][0]} {/if} {/loop}
姓名 奖品
{$row['realname']} {$row['award']}
关闭

我的奖品

{loop $myaward $index $row} {/loop}
奖品 描述
{$row['award']} {$row['description']}
{if ($egg['maxlottery'] && $total >= $egg['maxlottery']) || empty($egg['maxlottery'])}

您已经超过当日砸蛋次数!

{else}

    锤子

  • 1
  • 2
  • 3
{/if}

游戏规则

{$egg['rule']}
{if $egg['maxlottery'] && $total < $egg['maxlottery']} {/if} {template 'mobile/footer'}