Commit 9be6eba5 by Huang Linyu

change type from email to text

parent 95bc79cb
......@@ -23,7 +23,7 @@
<form class="form-horizontal">
<div class="form-group">
<label for="exampleInputEmail1">手机号码</label>
<input type="email" class="form-control" id="mobilePhone" placeholder="输入手机号码">
<input type="text" class="form-control" id="mobilePhone" placeholder="输入手机号码">
</div>
<button type="button" onclick="search()" class="btn btn-default">查找</button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment