{#foreach $T.items.card_list as row}
{#if $T.row.open}
{#if $T.row.relation_product.length >= 1}
{$T.row.name}
{#if $T.row.intro == ''}
{$T.row.intro}
{#else}
{$T.row.intro}
{#/if}
{$T.row.tag_list[0].name}
{#foreach $T.row.relation_product as prodItem}
{#foreach $T.prodItem.relation_content as relaItem}
{#if $T.relaItem.show}
{$T.relaItem.label_name}
{$T.relaItem.selectValue}
{#if $T.relaItem.configs.length > 1}
{#if $T.relaItem.selected}
{#foreach $T.relaItem.configs as selecItem}
{$T.selecItem.value}
{#/for}
{#/if}
{#/if}
{#/if}
{#/for}
{#/for}
{#if $T.row.group_product.length >= 1}
{#foreach $T.row.group_product as groupItem}
{#if $T.groupItem.checked}
{#else}
{#/if}
{$T.groupItem.title}
{#/for}
{#/if}
{#if $T.row.tag_list.length >= 1}
{#foreach $T.row.tag_list as tagItem}
{#if $T.tagItem$index === 0}
{$T.tagItem.name}
{#else}
{$T.tagItem.name}
{#/if}
{#/for}
{#/if}
¥
{#if $T.row.relation_product[0].priceData.actual_price}
{$T.row.relation_product[0].priceData.actual_price}
{#/if}
省
{Number(($T.row.relation_product[0].priceData.order_price - $T.row.relation_product[0].priceData.actual_price).toFixed(2))}
{#if $T.row.relation_product[0].priceData.meetActivity}
立即搶購
{#else}
{$T.row.relation_product[0].priceData.activityNotice}
{#/if}
{#else}
{$T.row.name}
{$T.row.intro}
{$T.row.tag_list && row.tag_list[0].name}
{#if $T.row.tag_list.length >= 1}
{#foreach $T.row.tag_list as tagItem}
{#if $T.tagItem$index === 0}
{$T.tagItem.name}
{#else}
{$T.tagItem.name}
{#/if}
{#/for}
{#/if}
¥
省
無商品
{#/if}
{#/if}
{#/for}