{extend name="default/base/base_home" /} {block name="mall_main"} {notpresent name='editable_page'}
{if $adv_index_1}
{/if}
{if $adv_index_2}
{/if}
{foreach name="floor_block" item="vo" key="k" }

{$vo.gc_name}

{if $k<5}
{if $k<5 && $vo.adv_left} {/if}
{/if}
    {foreach name="vo.goods_list" item="list" key="list_key"}
  • {$list.gc_name}

  • {/foreach}
{foreach name="vo.goods_list" item="list" key="list_key"}
    {notempty name="list.gc_list"} {foreach name="list.gc_list" key="goods_key" item="goods"} {if ($k<5 && $goods_key<8) || $k>4}
  • {$goods.goods_name}
    {$goods.goods_name}
    {$goods.goods_price}{$Think.lang.ds_yuan} {if $goods.goods_marketprice > 0} {$goods.goods_marketprice}{$Think.lang.ds_yuan} {/if}
  • {/if} {/foreach} {/notempty}
{/foreach}
{if $k<5 && $vo.adv_bottom} {/if}
{/foreach}
{else} {foreach name='config_list' item='item' key='key'}
{$item.html|raw}
{/foreach} {/notpresent} {if $Think.config.ds_config.fixed_suspension_state} {/if} {/block}