{template 'header'}
应用信息 | 单价 | 操作 | ||
---|---|---|---|---|
{if $_GPC['type'] == STORE_TYPE_API}
{elseif in_array($_GPC['type'], array(STORE_TYPE_PACKAGE, STORE_TYPE_ACCOUNT, STORE_TYPE_WXAPP, STORE_TYPE_ACCOUNT_RENEW, STORE_TYPE_WXAPP_RENEW))}
{elseif $_GPC['type'] == STORE_TYPE_USER_PACKAGE}
{else}
{/if}
|
{if $type == STORE_TYPE_PACKAGE}
{$groups[$goods['module_group']]['name']}
{elseif $type == STORE_TYPE_USER_PACKAGE}
{$user_groups[$goods['user_group']]['name']}
{elseif $type == STORE_TYPE_WXAPP}
创建{$goods['wxapp_num']}个小程序
{elseif $type == STORE_TYPE_ACCOUNT}
创建{$goods['account_num']}个公众号
{else}
{$goods['title']}
{/if}
{$good['description']}
|
{$goods['price']}元 / {if $goods['unit'] == 'month'}{if $type == STORE_TYPE_ACCOUNT_RENEW}{$goods['account_num']}{elseif $type == STORE_TYPE_WXAPP_RENEW}{$goods['wxapp_num']}{/if}月 {elseif $goods['unit'] == 'ten_thousand'} {$goods['api_num']}万次 {elseif $goods['unit'] == 'day'}{if $type == STORE_TYPE_ACCOUNT_RENEW}{$goods['account_num']}{elseif $type == STORE_TYPE_WXAPP_RENEW}{$goods['wxapp_num']}{/if}天 {elseif $goods['unit'] == 'year'}{if $type == STORE_TYPE_ACCOUNT_RENEW}{$goods['account_num']}{elseif $type == STORE_TYPE_WXAPP_RENEW}{$goods['wxapp_num']}{/if}年 {/if} | ||
暂无数据 |