{include file="head.html"}
关联店铺
{if $shop}
所属商家:
{$shop.shopname}
解除绑定
{elseif $apply}
正在申请加入商家:
{$apply.shopname}
{else} {foreach item=c from=$shopList}
{$c.shopname}
申请绑定
{/foreach} {/if}
{include file="footer.html"}