{extend name="default/base" /} {block name="title"}登录 - {__block__}{/block} {block name="css"} {/block} {block name="header"}

{if $type==1}账号登录{else}手机登录{/if}

{/block} {block name="footer"} {/* 大加载 */}

正在加载中...

{/block} {block name="main"} {php}$mobileLoginTypeArr = explode(',',WSTConf('CONF.mobileLoginType'));{/php} {/* 登录页面 */} {if in_array(2,$mobileLoginTypeArr) && $type==2}
{if(WSTConf('CONF.smsVerfy')==1)} {if (int)WSTConf('CONF.isAddonCaptcha')!=1}
{/if} {/if} {/* 获取验证码 prompt */}
{if (int)WSTConf('CONF.isAddonCaptcha')!=1} {else} {:hook('mobileDocumentLoginSmsCaptcha')} {/if}
{/if} {if in_array(1,$mobileLoginTypeArr) && $type==1}
{/if} {:hook('mobileDocumentLogin')} {/* 登录页面end */} {/block} {block name="js"} {/block}