...
|
...
|
@@ -48,8 +48,8 @@ |
|
|
<div class="gift-group">您的账户还未绑定手机,绑定手机前需要验证您的邮箱</div>
|
|
|
<div class="gift-group">短信验证码已发送至您的邮箱“{{userInfo.email}}”</div>
|
|
|
<div class="gift-group verify-input">
|
|
|
<input type="text" placeholder="短信验证码" class="email-code" />
|
|
|
<span class="email-btn">获取短信验证码</span>
|
|
|
<input type="text" placeholder="短信验证码" class="left email-code" />
|
|
|
<span class="left email-btn">获取短信验证码</span>
|
|
|
</div>
|
|
|
<div class="gift-group">
|
|
|
<div id="captcha" style="display: inline-block; position: relative;"></div>
|
...
|
...
|
@@ -82,8 +82,8 @@ |
|
|
<input type="text" placeholder="请输入手机号" class="right mobile" />
|
|
|
</div>
|
|
|
<div class="gift-group">
|
|
|
<input type="text" placeholder="短信验证码" class="mobile-code" />
|
|
|
<span class="mobile-btn">获取短信验证码</span>
|
|
|
<input type="text" placeholder="短信验证码" class="left mobile-code" />
|
|
|
<span class="left mobile-btn">获取短信验证码</span>
|
|
|
</div>
|
|
|
<div class="gift-group">
|
|
|
<div id="captcha" style="display: inline-block; position: relative;"></div>
|
...
|
...
|
|