{include file = "wap/_header.html" scope = parent}
{$title} 共有{$count}款商品

最低价| 高销量| 最人气 |筛选

{if !empty($goodsList)} {foreach $goodsList as $one}
{$one@index + 1}.{$one.short_title}
市场价:¥{$one.market_price}  为您节省:¥{number_format($one.market_price - $one.promote_price, 2, '.', '')}
美丽价:
¥{$one.shop_price} ({$one.discount}折)

{/foreach} {if $page.page_current > 1} 上页 {/if} {if $page.page_current < $page.page_total} 下页 {/if} ({$page.page_current}/{$page.page_total})
{if $page.page_total > 1}
{/if} {/if}
{include file = "wap/_footer.html" scope = parent}