{include file="lib/header.html"}
返回

我的收藏

{foreach item=shop from=$shoplist}
  • {$shop.shopname}
  • 店铺主营:{$shop.info}
  • 店铺地址:{$shop.address}
{/foreach} {$pagelist}
{include file="lib/foote.html"}