Skip to content

Commit

Permalink
feat: 解决iOS12自动粘贴验证码会变成两遍
Browse files Browse the repository at this point in the history
  • Loading branch information
twinh committed Jan 25, 2019
1 parent f6eed5d commit d496a4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/views/ssoUserMobile/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@

<div class="col-control">
<div class="input-group">
<input type="tel" class="form-control" id="verify-code" name="verifyCode" placeholder="请输入验证码">
<input type="tel" class="form-control" id="verify-code" name="verifyCode" placeholder="请输入验证码"
maxlength="6">
<span class="input-group-btn border-left">
<button type="button" class="js-verify-code-send text-primary btn btn-default form-link">
获取验证码
Expand Down

0 comments on commit d496a4e

Please sign in to comment.