<{include file="block/header.html"}>
<{widget id="shop/catenav" tpl="mall/block/catenav.html"}>

热卖排行

    <{calldata mdl="product/product" order="hot" limit="5"}>
  • <{$item.title}> 市场价 : ¥<{$item.market_price}> 现价 : ¥<{$item.price}>

  • <{/calldata}>

<{foreach $cate_list as $v}> <{if empty($v.parent_id)}> class="on"<{/if}>><{$v.title}> <{/if}> <{/foreach}>

<{$pager.count}>个商铺
    <{foreach $items as $shop}>
  • 所在地区:<{$shop.city_name}> - <{$shop.area_name}>

    入驻时间:<{$shop.dateline|format:"Y-m-d"}>

    <{$shop.title}><{if $member_list[$shop.uid].verify_name}>[已认证]<{/if}>

    评价 :  <{if $shop.comments}><{round($shop.score/$shop.comments, 2)}><{else}>3.0<{/if}>

    浏览 : <{$shop.views}>

    共有商品 : <{$shop.products}>件

    进入店铺

      <{calldata mdl='product/product' shop_id=$shop.shop_id order="hot" limit="2"}>
    • <{$item.title}>

      抢购价 : ¥<{$item.price}>

    • <{/calldata}>
  • <{/foreach}>
<{$pager.pagebar}>
<{include file="block/footer.html"}>