{extend name="../layout/base" /} {block name="tool_bar"}
{/block} {block name="body"}应用Logo | 应用名称 | 应用标识 | {if $type == 'uninstall'}年费 | 销量 | {/if}版本 | 作者 | {if $type != 'notinstall'}templateID | {/if}操作 |
---|---|---|---|---|---|---|---|---|
|
{$vo.name} | {$vo.addon} | {if $type == 'uninstall'}¥{$vo.price} | {$vo.sale_num} | {/if}{$vo.version} | {$vo.author} | {if $type != 'notinstall'}{$vo.template_id ?? ''} | {/if}{switch name="type"} {case value="uninstall"} 编辑 {/case} {case value="onsale"} 编辑 {if $vo.template_id || $vo.type=='mp'} {/if} {/case} {case value="notinstall"} {/case} {/switch} {if in_array('mini', $vo.type) and $type != 'notinstall'} 配置 设置模版 {/if} |