{template 'header'}
添加商品
{if in_array($type, array(STORE_TYPE_MODULE, STORE_TYPE_WXAPP_MODULE))}
{/if} {if in_array($type, array(STORE_TYPE_MODULE, STORE_TYPE_WXAPP_MODULE))} {elseif $type == STORE_TYPE_ACCOUNT} 添加 {elseif $type == STORE_TYPE_WXAPP} 添加 {elseif $type == STORE_TYPE_API} 添加 {elseif $_GPC['type'] == STORE_TYPE_PACKAGE} 添加 {elseif $_GPC['type'] == STORE_TYPE_USER_PACKAGE} 添加 {else} 添加 {/if}
已上架 未上架
{if $type == STORE_TYPE_MODULE} {/if} {if !empty($goods_list)} {loop $goods_list $goods} {if $type == STORE_TYPE_MODULE} {/if} {/loop} {else} {/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}
{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']}
{$module_types[$goods['type']]['title']} {$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}
暂无数据
{$pager}
{template 'common/footer'}