{extend name="default/base/base_home" /} {block name="mall_main"}
{notempty name='class_list'}
{/notempty}
{notempty name='store_list'}
{foreach name="store_list" item="store" key="skey"}

{$store.store_name}

{empty name='store.store_credit_average'} {$Think.lang.ds_common_credit_null} {else/} {for start="0" end="$store.store_credit_average"} {/for} {/empty}

{$store.member_name} {notempty name='store.store_ww'} {/notempty} {notempty name='store.store_qq'} {/notempty}

{present name="store.store_credit_percent"}{$store.store_credit_percent}%{else/}{$Think.lang.ds_common_rate_null}{/present}
    {foreach name="store.store_credit" item="value"}
  • {$value.text}

    {$value.credit}

  • {/foreach}
{/foreach}
{else/}
{$Think.lang.store_class_index_no_record}
{/notempty}
{/block}