...
|
...
|
@@ -3,12 +3,12 @@ |
|
|
<div class="text-container">
|
|
|
验证码已发送至
|
|
|
<span class="phone">
|
|
|
+{{areaCode}} {{phoneNum}}
|
|
|
{{areaCode}} {{phoneNum}}
|
|
|
</span>
|
|
|
</div>
|
|
|
<div class="input-container row has-clear">
|
|
|
<input id="captcha" class="input captcha" type="text" placeholder="验证码" maxlength="6" autocomplete="off">
|
|
|
<div id="captcha-tip" class="captcha-tip disable">重发验证码(60秒)</div>
|
|
|
<div id="captcha-tip" class="captcha-tip disable">重发验证码 (60秒)</div>
|
|
|
</div>
|
|
|
<span id="btn-next" class="btn btn-next disable row">下一步</span>
|
|
|
</div> |
|
|
\ No newline at end of file |
...
|
...
|
|