{template 'header'} {if $operate == 'display'} {if !in_array($type, array(STORE_TYPE_PACKAGE, STORE_TYPE_USER_PACKAGE, STORE_TYPE_ACCOUNT_PACKAGE))} {if $type == STORE_TYPE_USER_RENEW}
账号有效期
{/if} {if $type == 'module' || isset($module_types[$type])}
{if $is_wish}预购应用{else}应用模块{/if}
{elseif $type == 'account_num'}
平台个数
{elseif $type == 'renew'}
平台续费
{elseif $type == STORE_TYPE_API}
应用访问流量(API)
{/if} {if $type == 'module' || isset($module_types[$type])}
{/if}
{loop $store_goods $goods}
{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_USER_PACKAGE} {elseif isset($module_types[$goods['type']])} {/if}
{if (in_array($goods['type'], array_keys($store_goods_types['renew'])))} {$store_goods_types['renew'][$goods['type']]['title']} {else} {if (in_array($goods['type'], array_keys($store_goods_types['account_num'])))} {$store_goods_types['account_num'][$goods['type']]['title']} {else} {$goods['title']} {/if} {$goods['num']} {/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'} {if $goods['type'] == STORE_TYPE_ACCOUNT_RENEW} {$goods['account_num']} {elseif $goods['type'] == STORE_TYPE_WXAPP_RENEW} {$goods['wxapp_num']} {/if} 月 {elseif $goods['unit'] == 'ten_thousand'} {$goods['api_num']}万次 {elseif $goods['unit'] == 'day'} {if $goods['type'] == STORE_TYPE_ACCOUNT_RENEW} {$goods['account_num']} {elseif $goods['type'] == STORE_TYPE_WXAPP_RENEW} {$goods['wxapp_num']} {/if} 天 {elseif $goods['unit'] == 'year'} {if $goods['type'] == STORE_TYPE_ACCOUNT_RENEW} {$goods['account_num']} {elseif $goods['type'] == STORE_TYPE_WXAPP_RENEW} {$goods['wxapp_num']} {/if} 年 {elseif $goods['unit'] == 'week'} {if $goods['type'] == STORE_TYPE_ACCOUNT_RENEW} {$goods['account_num']} {elseif $goods['type'] == STORE_TYPE_WXAPP_RENEW} {$goods['wxapp_num']} {/if} 周 {/if} {/if}
{if isset($module_types[$goods['type']])}
适用 {if $module_types[$goods['type']]['sign'] == 'phoneapp'} {elseif $module_types[$goods['type']]['sign'] == 'webapp'} {else} {/if}
{/if}
详情 >
{/loop}
{/if} {if $_GPC['type'] == STORE_TYPE_PACKAGE}
应用权限组
{loop $store_goods $goods}
{$module_groups[$goods['module_group']]['name']}
¥ {$goods['price']}元/{if $goods['type'] != STORE_TYPE_API}{if $goods['unit'] == 'month'}月{elseif $goods['unit'] == 'day'}日{elseif $goods['unit'] == 'year'}年{elseif $goods['unit'] == 'week'}周{/if}{/if}
详情 >
{/loop}
{/if} {if $_GPC['type'] == STORE_TYPE_USER_PACKAGE}
用户权限组
{loop $store_goods $goods}
{$user_groups[$goods['user_group']]['name']}
¥ {$goods['price']}元/{if $goods['type'] != STORE_TYPE_API}{if $goods['unit'] == 'month'}月{elseif $goods['unit'] == 'day'}日{elseif $goods['unit'] == 'year'}年{elseif $goods['unit'] == 'week'}周{/if}{/if}
详情 >
{/loop}
{/if} {if $_GPC['type'] == STORE_TYPE_ACCOUNT_PACKAGE}
账号权限组
{loop $store_goods $goods}
{$account_groups[$goods['account_group']]['group_name']}
¥ {$goods['price']}元
详情 >
{/loop}
{/if}
{$pager}
{elseif $operate == 'goods_info'}
{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_USER_PACKAGE || $goods['type'] == STORE_TYPE_ACCOUNT_PACKAGE} {else} {/if}
{if in_array($all_type_info[$goods['type']]['group'], array('module', 'user_renew'))} {$goods['title']} {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($all_type_info['account_num']))} 创建{$goods['platform_num']}个{$all_type_info['account_num'][$goods['type']]['title']} {elseif $goods['type'] == STORE_TYPE_USER_PACKAGE} {$group_info['name']} 套餐 {elseif $goods['type'] == STORE_TYPE_ACCOUNT_PACKAGE} {$group_info['group_name']} 套餐 {else} {$module_groups[$goods['module_group']]['name']} 套餐 {/if}
{if in_array($all_type_info[$goods['type']]['group'], array('module', 'user_renew'))} {$goods_type_info['title']} {elseif in_array($goods['type'], array_keys($all_type_info['account_num']))} 增加创建{$all_type_info['account_num'][$goods['type']]['title']}数量 {elseif $goods['type'] == STORE_TYPE_API} 总计{$goods['api_num']}{if $goods['unit'] == 'ten_thousand'}万次{/if}浏览次数,不限时间 {elseif in_array($goods['type'], array_keys($all_type_info['renew']))} 延长{$all_type_info['renew'][$goods['type']]['title']}到期时间 {elseif $goods['type'] == STORE_TYPE_ACCOUNT_PACKAGE} 增加创建账号的数量 {else} 增加公众号应用,小程序,模板数量 {/if}
{$goods['price']} 元 {if $goods['type'] != STORE_TYPE_API && $goods['type'] != STORE_TYPE_ACCOUNT_PACKAGE && !in_array($goods['type'], array(STORE_TYPE_ACCOUNT, STORE_TYPE_WXAPP))}/{if $goods['type'] == STORE_TYPE_USER_RENEW}{$goods['account_num']}{/if} {if $goods['unit'] == 'month'} {if $goods['type'] == STORE_TYPE_ACCOUNT_RENEW} {$goods['account_num']} {elseif $goods['type'] == STORE_TYPE_WXAPP_RENEW} {$goods['wxapp_num']} {/if}月 {elseif $goods['unit'] == 'day'} {if $goods['type'] == STORE_TYPE_ACCOUNT_RENEW} {$goods['account_num']} {elseif $goods['type'] == STORE_TYPE_WXAPP_RENEW} {$goods['wxapp_num']} {/if}日 {elseif $goods['unit'] == 'year'} {if $goods['type'] == STORE_TYPE_ACCOUNT_RENEW} {$goods['account_num']} {elseif $goods['type'] == STORE_TYPE_WXAPP_RENEW} {$goods['wxapp_num']} {/if}年 {elseif $goods['unit'] == 'week'} {if $goods['type'] == STORE_TYPE_ACCOUNT_RENEW} {$goods['account_num']} {elseif $goods['type'] == STORE_TYPE_WXAPP_RENEW} {$goods['wxapp_num']} {/if}周 {/if} {/if}
{if $all_type_info[$goods['type']]['group'] == 'module' || in_array($goods['type'], array(STORE_TYPE_PACKAGE, STORE_TYPE_ACCOUNT_RENEW, STORE_TYPE_WXAPP_RENEW, STORE_TYPE_USER_PACKAGE))} {elseif $goods['type'] == STORE_TYPE_API} {else} {/if}
{if $goods_type_info['group'] == 'module'}
{if $goods['is_wish']}
预购应用,成功付款后,需要等待管理员正式安装后才能使用。
{/if}
应用介绍
{$goods['description']} 展开更多
应用预览图
{loop $goods['slide'] $picture}
{/loop}
{elseif in_array($goods['type'], array(STORE_TYPE_ACCOUNT, STORE_TYPE_WXAPP, STORE_TYPE_API))}
介绍
{if $goods['type'] == STORE_TYPE_API} 购买API浏览次数,购买之后使用时间不限 {else} 1.购买商品后您将多创建{$goods['num']}个{$goods['title']}, 不受已有用户组限制。
2.购买的{$goods['title']}是有时效的,到期需要继续购买方可使用。 {/if}
{elseif in_array($goods['type'], array(STORE_TYPE_ACCOUNT_RENEW, STORE_TYPE_WXAPP_RENEW))}
介绍
{if $goods['type'] == STORE_TYPE_ACCOUNT_RENEW} 续费公众号 {else} 续费小程序 {/if}
{elseif in_array($goods['type'], array(STORE_TYPE_USER_PACKAGE, STORE_TYPE_ACCOUNT_PACKAGE))}
介绍
{if $goods['type'] == STORE_TYPE_USER_PACKAGE}

购买商品后您将拥有相应的公众号应用,小程序应用,模板的使用权限,不受已有用户组的限制。

{else}

购买商品后您将拥有创建相应类型账号的权限,不受已有用户组的限制。

{/if}

可创建数量

  • 公众号
    {if $goods['type'] == STORE_TYPE_ACCOUNT_PACKAGE} {$goods['account_num']} {else} {$group_info['maxaccount']} {/if}
  • 小程序
    {if $goods['type'] == STORE_TYPE_ACCOUNT_PACKAGE} {$goods['wxapp_num']} {else} {$group_info['maxwxapp']} {/if}
  • PC应用
    {if $goods['type'] == STORE_TYPE_ACCOUNT_PACKAGE} {$goods['webapp_num']} {else} {$group_info['maxwebapp']} {/if}
  • APP
    {if $goods['type'] == STORE_TYPE_ACCOUNT_PACKAGE} {$goods['phoneapp_num']} {else} {$group_info['maxphoneapp']} {/if}
  • 熊掌号
    {if $goods['type'] == STORE_TYPE_ACCOUNT_PACKAGE} {$goods['xzapp_num']} {else} {$group_info['maxxzapp']} {/if}
  • 支付宝小程序
    {if $goods['type'] == STORE_TYPE_ACCOUNT_PACKAGE} {$goods['aliapp_num']} {else} {$group_info['maxaliapp']} {/if}
  • 百度小程序
    {if $goods['type'] == STORE_TYPE_ACCOUNT_PACKAGE} {$goods['baiduapp_num']} {else} {$group_info['maxbaiduapp']} {/if}
  • 头条小程序
    {if $goods['type'] == STORE_TYPE_ACCOUNT_PACKAGE} {$goods['toutiaoapp_num']} {else} {$group_info['maxtoutiaoapp']} {/if}
{if $goods['type'] == STORE_TYPE_USER_PACKAGE}

包含应用权限组

{/if}
{elseif $goods['type'] == STORE_TYPE_USER_RENEW}
介绍
购买商品后您的到期时间将会在原有基础上增加套餐所包含的时间。
{else}
介绍
购买商品后您将拥有相应的公众号应用,小程序应用,模板的使用权限,不受已有用户组的限制。
{if $module_groups[$goods['module_group']]['account']}
公众号应用
{loop $module_groups[$goods['module_group']]['account'] $module}
{$module['title']}
{/loop}
{/if} {if $module_groups[$goods['module_group']]['wxapp']}
小程序应用
{loop $module_groups[$goods['module_group']]['wxapp'] $wxapp_module}
{$wxapp_module['title']}
{/loop}
{/if} {if $module_groups[$goods['module_group']]['templates']}
模板
{loop $module_groups[$goods['module_group']]['templates'] $template}
{$template['title']}
{/loop}
{/if}
{/if}
{/if} {template 'common/footer'}