奖励设置
等级设置的奖品数量越多,则该等级中奖率越高。例如:设置一等奖 10个,二等奖20个,则中二等奖概率高于一等奖
| 奖励等级 |
奖品类型 |
奖励说明 |
奖品数量(个) |
操作 |
{foreach name = "$game_info.rule" item = "vo" key="k"}
| {$vo.rule_name} |
{if condition = "$vo.type eq 1"}
积分
{elseif condition = "$vo.type eq 2" }
送优惠
{elseif condition = "$vo.type eq 3" }
红包
{elseif condition = "$vo.type eq 4" }
赠品
{/if}
|
{$vo.type_value}
|
{$vo.rule_num} |
编辑
删除
|
{/foreach}