修改注册功能问题
This commit is contained in:
+5
-11
@@ -19,19 +19,16 @@
|
||||
<h1 id="login-title">登录账号</h1>
|
||||
<p class="lead">登录后可创建、加入和维护家谱。</p>
|
||||
<div class="login-mode-tabs" role="tablist" aria-label="登录方式">
|
||||
<button class="login-mode-tab is-active" type="button" role="tab" aria-selected="true" data-login-mode-tab="password">
|
||||
<button class="login-mode-tab is-active" type="button" role="tab" aria-selected="true" aria-controls="login-password-form">
|
||||
密码登录
|
||||
</button>
|
||||
<button class="login-mode-tab" type="button" role="tab" aria-selected="false" data-login-mode-tab="sms">
|
||||
<button class="login-mode-tab" type="button" role="tab" aria-selected="false" aria-controls="login-sms-form">
|
||||
短信登录
|
||||
</button>
|
||||
</div>
|
||||
<form
|
||||
id="login-password-form"
|
||||
class="form-grid login-mode-panel"
|
||||
data-auth-form="login"
|
||||
data-login-mode-panel="password"
|
||||
data-captcha-scene="WEB_H5_LOGIN"
|
||||
data-success-url="profile.html"
|
||||
>
|
||||
<input
|
||||
class="input"
|
||||
@@ -53,11 +50,8 @@
|
||||
<button class="btn primary" type="submit">登录</button>
|
||||
</form>
|
||||
<form
|
||||
id="login-sms-form"
|
||||
class="form-grid login-mode-panel"
|
||||
data-auth-form="sms-login"
|
||||
data-login-mode-panel="sms"
|
||||
data-captcha-scene="WEB_H5_LOGIN"
|
||||
data-success-url="profile.html"
|
||||
hidden
|
||||
>
|
||||
<input
|
||||
@@ -76,7 +70,7 @@
|
||||
autocomplete="one-time-code"
|
||||
placeholder="短信验证码"
|
||||
/>
|
||||
<button class="btn ghost" type="button" data-api-send-code data-scene-code="WEB_H5_LOGIN">
|
||||
<button class="btn ghost" type="button" data-api-send-code>
|
||||
获取验证码
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user