refactor: 验证码类型更改为 number

This commit is contained in:
Argo Windows 2019-10-23 16:09:45 +08:00
parent 8a23a1ea42
commit 5d024e34d1
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@
<span class="fa fa-lock"></span>
</div>
</div>
<input type="text" id="code" name="code" class="form-control digits" data-toggle="tooltip" disabled value="" placeholder="验证码" maxlength="4" data-required-msg="请输入验证码" data-valid="true" />
<input type="number" id="code" name="code" class="form-control digits" data-toggle="tooltip" disabled value="" placeholder="验证码" maxlength="4" data-required-msg="请输入验证码" data-valid="true" />
<div class="input-group-append">
<button type="button" id="btnSendCode" class="btn btn-sms" data-toggle="tooltip" title="点击发送验证码">发送验证码</button>
</div>