{template 'header'} {if !in_array($op, array('post', 'edit'))}
添加预购应用
{/if} {if $op == 'edit'} {template 'wish/edit'} {elseif $op == 'post'} {template 'wish/post'} {else} {template 'wish/list'} {/if} {template 'common/footer'}