{include file="inc/header.html"}
{if $deal_cate_list}
    {foreach from=$deal_cate_list item=cate}
  • {$cate.name}
  • {/foreach}
{/if}

{$page_title}

    {foreach from=$deals item=deal}
  • {if $deal.time_status eq 0}
    {function name="to_date" value=$deal.begin_time format="Y-m-d"}
    {function name="to_date" value=$deal.begin_time format="d"}
    _var['LANG']['WEEK_'.to_date($this->_var['deal']['begin_time'],'w')];?>
    {else} {if $deal.end_time gt 0}
    {function name="to_date" value=$deal.end_time format="Y-m-d"}
    {function name="to_date" value=$deal.end_time format="d"}
    _var['LANG']['WEEK_'.to_date($this->_var['deal']['end_time'],'w')];?>
    {else}
     
    {$LANG.NO_END_TIME}
    {/if} {/if}
    {if $deal.buy_status eq 2}
    {elseif $deal.time_status eq 1}
    {/if} {$deal.name} {$deal.name}

    {$deal.deal_success_num}

    {$LANG.ORIGIN_PRICE}:{$deal.origin_price_format}    {$LANG.CURRENT_PRICE}:{$deal.current_price_format}  {$LANG.DISCOUNT}:{$deal.discount}{$LANG.DISCOUNT_OFF}

    {$LANG.SAVE_PRICE_TOTAL}_var['deal']['save_price']*$this->_var['deal']['buy_count']);?>

    {$deal.brief}

  • {/foreach} _var['deal']);?>
{$pages}
{include file="inc/side.html"}
{include file="inc/footer.html"}