{template 'header'}
应用信息 | {if $type == STORE_TYPE_MODULE}应用类型 | {/if}单价 | 操作 | ||
---|---|---|---|---|---|
{if $goods['type'] == STORE_TYPE_API}
{elseif in_array($goods['type'], array(STORE_TYPE_PACKAGE, STORE_TYPE_ACCOUNT, STORE_TYPE_WXAPP,STORE_TYPE_WEBAPP,STORE_TYPE_PHONEAPP,STORE_TYPE_XZAPP,STORE_TYPE_ALIAPP,STORE_TYPE_BAIDUAPP,STORE_TYPE_TOUTIAOAPP, STORE_TYPE_ACCOUNT_RENEW, STORE_TYPE_WXAPP_RENEW, STORE_TYPE_WEBAPP_RENEW,STORE_TYPE_PHONEAPP_RENEW,STORE_TYPE_XZAPP_RENEW,STORE_TYPE_ALIAPP_RENEW,STORE_TYPE_BAIDUAPP_RENEW,STORE_TYPE_TOUTIAOAPP_RENEW, STORE_TYPE_USER_RENEW))}
{elseif $goods['type'] == STORE_TYPE_ACCOUNT_PACKAGE}
{elseif $goods['type'] == STORE_TYPE_USER_PACKAGE}
{else}
|
{if $goods['type'] == STORE_TYPE_PACKAGE}
{$groups[$goods['module_group']]['name']}
{elseif $goods['type'] == STORE_TYPE_ACCOUNT_PACKAGE}
{$account_groups[$goods['account_group']]['group_name']}
{elseif $goods['type'] == STORE_TYPE_USER_PACKAGE}
{$user_groups[$goods['user_group']]['name']}
{elseif $goods['type'] == STORE_TYPE_WXAPP}
创建{$goods['wxapp_num']}个小程序
{elseif $goods['type'] == STORE_TYPE_ACCOUNT}
创建{$goods['account_num']}个公众号
{elseif in_array($goods['type'], array_keys($store_goods_types['account_num']))}
创建{$goods['platform_num']}个{$store_goods_types['account_num'][$goods['type']]['title']}
{elseif in_array($goods['type'], array_keys($store_goods_types['renew']))}
{$store_goods_types['renew'][$goods['type']]['title']}
{else}
{$goods['title']}
{/if}
{$good['description']}
|
{if $type == STORE_TYPE_MODULE}
{$module_types[$goods['type']]['title']} | {/if}{$goods['price']}元 {if !in_array($goods['type'], array_keys($store_goods_types['account_num']))} / {if $goods['type'] == STORE_TYPE_USER_RENEW} {$goods['account_num']} {/if} {if $goods['unit'] == 'month'} {loop $renews $goods_type $renew} {if $goods['type'] == $goods_type} {$goods[$renew['num_sign']]} {/if} {/loop}月 {elseif $goods['unit'] == 'ten_thousand'} {$goods['api_num']}万次 {elseif $goods['unit'] == 'day'} {loop $renews $goods_type $renew} {if $goods['type'] == $goods_type} {$goods[$renew['num_sign']]} {/if} {/loop}天 {elseif $goods['unit'] == 'year'} {loop $renews $goods_type $renew} {if $goods['type'] == $goods_type} {$goods[$renew['num_sign']]} {/if} {/loop}年 {elseif $goods['unit'] == 'week'} {loop $renews $goods_type $renew} {if $goods['type'] == $goods_type} {$goods[$renew['num_sign']]} {/if} {/loop}周 {/if} {/if} | ||
暂无数据 |