ActionSheet
{volist name="mintain" id="vo"}
{if condition="$vo.username eq null"} {$vo.nickname} {else/} {$vo.username} {/if}
{/volist}
取消