<#if lotteryOne?exists>

lottery0001

<#list lotteryOne as item>

index: ${item_index}

id: ${item.id}

img: ${item.img}

name: ${item.name}

desc: ${item.desc}

-----------------------------------

<#if renPinGift?exists>
<#list renPinGift as item>

人品奖品

index: ${item_index}

id: ${item.id}

img: ${item.img}

name: ${item.name}

desc: ${item.desc}

<#if lotteryTwo?exists>

lottery0002

id: ${lotteryTwo.id}

img: ${lotteryTwo.img}

name: ${lotteryTwo.name}

desc: ${lotteryTwo.desc}

price: ${lotteryTwo.price}

amount: ${lotteryTwo.amount}

vipLevel: ${lotteryTwo.vipLevel}

<#if lotteryThree?exists>

lottery0003

id: ${lotteryThree.id}

img: ${lotteryThree.img}

name: ${lotteryThree.name}

desc: ${lotteryThree.desc}

price: ${lotteryThree.price}

amount: ${lotteryThree.amount}

vipLevel: ${lotteryThree.vipLevel}

<#if lotteryFour?exists>

lottery0004

id: ${lotteryFour.id}

img: ${lotteryFour.img}

name: ${lotteryFour.name}

desc: ${lotteryFour.desc}

price: ${lotteryFour.price}

amount: ${lotteryFour.amount}

vipLevel: ${lotteryFour.vipLevel}