{template 'header', 'member'}
{$head_name}
{if $action=='buy' || $action=='order'} {else} 我的 {/if}
{if $action=='buy'}
{if $currency == 'money'} {else}
{/if}
{elseif $action=='order'}
{if $lists} {loop $lists $v}
{/loop} {/if}
{if $pages}
{$pages}
{/if} {else} {if $lists}
{loop $lists $v}
{/loop}
{else} {template 'empty', 'chip'} {/if} {if $pages}
{$pages}
{/if} {/if} {template 'footer', 'member'}