{extend name="$base" /} {block name="resources"} {/block} {block name="head"}{/block} {block name="main"} {php} // 注册配置 $wap_register_info = api("System.Login.registerConfig"); $wap_register_info = $wap_register_info['data']; //QQ配置 $qq_info = api("System.Config.qQLogin"); $qq_info = $qq_info['data']; //微信配置 $wchat_info = api("System.Config.wchatLogin"); $wchat_info = $wchat_info['data']; //消息通知配置 $notice = api("System.Config.noticeConfig"); $notice = $notice['data']; {/php} {notempty name = "$wap_register_info"}
{if condition = "(strpos($wap_register_info['reg_config']['register_info'],'mobile') !== false) && (strpos($wap_register_info['reg_config']['register_info'],'plain') !== false)"}
{:lang('account_registration')}
{:lang('mobile_phone_registration')}
{elseif condition="(strpos($wap_register_info['reg_config']['register_info'],'mobile') !== false) && (strpos($wap_register_info['reg_config']['register_info'],'plain') === false)" /}
{:lang('mobile_phone_registration')}
{elseif condition="(strpos($wap_register_info['reg_config']['register_info'],'mobile') === false) && (strpos($wap_register_info['reg_config']['register_info'],'plain') !== false)" /}
{:lang('account_registration')}
{/if}
{if condition = "strpos($wap_register_info['reg_config']['register_info'],'plain') !== false"}
{if condition="$wap_register_info['code_config']['value']['pc'] eq 1"}
{/if}
{:lang('existing_account')},{:lang('logon_immediately')}
{/if} {if condition = "strpos($wap_register_info['reg_config']['register_info'],'mobile') !== false"} {if condition ="strpos($wap_register_info['reg_config']['register_info'],'plain') === false"}
{else/}
{/if}
{if condition="$wap_register_info['code_config']['value']['pc'] eq 1"}
{/if} {if condition="$notice['noticeMobile'] neq 0"}
{/if}
{:lang('existing_account')},{:lang('logon_immediately')}
{/if} {if condition="$qq_info['is_use'] eq 1"} {/if}
{php} $info = api('System.Login.registerAgreement'); $info = $info['data']; {/php}
{$info['title']}
{$info['content']}
{else/} {/notempty} {/block} {block name="footer"}{/block} {block name="script"} {/block}