主页
>
文件
>
热门文件
热门文件
上一个
截止至{$endDate|date_format:"%m-%d"}一周内 {if $nextDate}
下一个
{else}
下一个
{/if}
本周热销卖家
{if $topSellItems}
{assign var='position' value='0'} {foreach from=$topSellItems item=i name=foo} {assign var='position' value=$position+1}
{$i.name}
{$i.sales}{$lang.sales}
{$currency.symbol}{$i.price}
{/foreach}
{else}
{$lang.no_items}
{/if}
截止至{$endMonthlyDate|date_format:"%Y-%m-%d"}三个月内热销
{if $topMonthlyItems}
{foreach from=$topMonthlyItems item=i name=foo} {assign var='position' value=$position+1}
{$i.name}
{$i.sales}{$lang.sales}
{$currency.symbol}{$i.price}
{/foreach}
{else}
{$lang.no_items}
{/if}
{if $topAuthors}
{$lang.top_authors_in} {$lang.monthArr[$month]}
{foreach from=$topAuthors item=u name=foo}
{if $u.avatar != ''}
{else}
{/if}
{$u.nickname}
{$u.sales} {$lang.sales}
{/foreach}
{else}
暂无推荐作者
{/if}
{literal} {/literal}