{include file='public/header'}

当前位置:首页> {$info.title}

综合 {if condition="$info['range'] eq 'up' and $info['order'] eq 1"} {else/} {/if} 销量 {if condition="$info['range'] eq 'up' and $info['order'] eq 2"} {else/} {/if} 新品 {if condition="$info['range'] eq 'up' and $info['order'] eq 3"} {else/} {/if} 评论 {if condition="$info['range'] eq 'up' and $info['order'] eq 4"} {else/} {/if} 价格 {if condition="$info['range'] eq 'up' and $info['order'] eq 5"} {else/} {/if}
{volist name="res.list" id="vo" key="k" }
    {php}$lists= get_pictures($vo['id']);{/php} {foreach name="lists" item="vo1" key="k"}
  • {/foreach}
¥{$vo.price}
{$vo.title}
已有{$vo.comments}人评价
{/volist}
{$res.page}
{include file='public/footer'}