{extend name="base"/} {block name="resources"} {/block} {block name="main"} {if condition="$auth_info['code'] == 1"}
产品名称 {$auth_info['data']['app_info']['goods_name']} 授权状态 已授权
授权码 {$auth_info['data']['auth_code']} 授权类型 {$auth_info['data']['auth_type_name']}
当前版本 {$app_info.version} 最新版本 {$auth_info['data']['app_info']['version_info']['version_name']}
授权时间 {:date('Y-m-d H:i:s', $auth_info['data']['create_time'])} 服务到期时间 {:date('Y-m-d H:i:s', $auth_info['data']['expire_time'])} {if condition="$auth_info['data']['expire_time'] > time()"} 可更新 {else/} {/if}
授权公司 {$auth_info['data']['company']} 授权个人 {$auth_info['data']['name']}
{else/}
您目前尚未授权,前往授权
{/if} {/block} {block name="script"} {/block}