{include file='public/header'}
  • 当前位置:
  • 首页
  • >
  • {$info.id|get_list|raw}
{notempty name="attr_list"}
{notempty name="brandlist"}
品牌:
    {volist name="brandlist" id="vo" key="k" empty=""}
  • {$vo.title}
  • {/volist}
{/notempty} {volist name="attr_list" id="vo" key="k" empty=""}
{$vo.title}:
    {volist name="vo['type']" id="vo1"}
  • {$vo1.title}
  • {/volist}
{/volist}
{/notempty}

人气排行

    {volist name="view" id="vo" offset="0" length='6' empty="暂无数据"}
  • {$vo.title}

    ¥{$vo.price}

  • {/volist}
综合 {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'}