套票
{#if $T.image.length == 0 }
{#else}
{#/if}
{$T.cn_name}
咨询热线:{$T.tel}
客服时间 : {$T.tel_time}
{$T.description}
门票
成人票
名称
门市价
优惠价
{#foreach $T.data as list1}
{#if $T.list1.image == null }
{#else}
{#/if}
{$T.list1.name}
{#if $T.list1.src_price == $T.list1.sale_price}
¥{$T.list1.src_price}
{#else}
¥{$T.list1.src_price}
{#/if}
¥{$T.list1.sale_price}
预订
{#/for}
优待票
(儿童、学生、老人票)
{#foreach $T.data as list1}
{#if $T.list1.image == null }
{#else}
{#/if}
{$T.list1.name}
{#if $T.list1.special_src_price == $T.list1.special_sale_price}
¥{$T.list1.special_src_price}
{#else}
¥{$T.list1.special_src_price}
{#/if}
¥{$T.list1.special_sale_price}
预订
{#/for}
单票
{#if $T.image.length == 0 }
{#else}
{#/if}
{$T.cn_name}
咨询热线:{$T.tel}
客服时间 : {$T.tel_time}
{$T.description}
门票
成人票
名称
门市价
优惠价
{#foreach $T.data as list1}
{#if $T.list1.ticket_pic == null }
{#else}
{#/if}
{$T.list1.ticket_name}
{#if $T.list1.adult_src_price == $T.list1.adult_sale_price}
¥{$T.list1.adult_src_price}
{#else}
¥{$T.list1.adult_src_price}
{#/if}
¥{$T.list1.adult_sale_price}
{#if $T.list1.stock == "0"}
预订
{#else}
预订
{#/if}
{#/for}
优待票
(儿童、学生、老人票)
{#foreach $T.data as list1}
{#if $T.list1.ticket_pic == null }
{#else}
{#/if}
{$T.list1.ticket_name}
{#if $T.list1.special_src_price == $T.list1.special_sale_price}
¥{$T.list1.special_src_price}
{#else}
¥{$T.list1.special_src_price}
{#/if}
¥{$T.list1.special_sale_price}
{#if $T.list1.stock == "0"}
预订
{#else}
预订
{#/if}
{#/for}