Browse Source

分享键盘类型

luyanan 7 years ago
parent
commit
534e5dd767
2 changed files with 2 additions and 2 deletions
  1. 1 1
      e/I.html
  2. 1 1
      ekexiu/Invitation.html

+ 1 - 1
e/I.html

@ -31,7 +31,7 @@
31 31
			    	<input type="tel" class="form-control input_phone" placeholder="请输入您的手机号码" id="userphone" >
32 32
			    </div>
33 33
			    <div class="input-group">
34
			      <input class="form-control input_code" type="text" placeholder="请输入验证码" id="code" >
34
			      <input class="form-control input_code" type="number" placeholder="请输入验证码" id="code" >
35 35
			      <button type="button" class="btn input-group-addon canPoint" id="obtain-code">获取验证码</button>
36 36
			    </div>
37 37
			</div>

+ 1 - 1
ekexiu/Invitation.html

@ -34,7 +34,7 @@
34 34
			    	<input type="tel" class="form-control input_phone" placeholder="请输入您的手机号码" id="userphone" autocomplete="off">
35 35
			    </div>
36 36
			    <div class="input-group">
37
			      <input class="form-control input_code" type="text" placeholder="请输入验证码" id="code" autocomplete="off">
37
			      <input class="form-control input_code" type="number" placeholder="请输入验证码" id="code" autocomplete="off">
38 38
			      <button type="button" class="btn input-group-addon canPoint" id="obtain-code">获取验证码</button>
39 39
			    </div>
40 40
			    <div class="input-group">