|
|
|
@ -195,7 +195,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div class="formDiv">
|
|
|
|
|
<label class="control-label left">年龄:</label>
|
|
|
|
|
<input type="number" class="form-control input input-sm sexInput" id="re_userAge" name="userAge" oninput="if(value.length>3)value=value.slice(0,3)">
|
|
|
|
|
<input type="number" class="form-control input input-sm sexInput" id="re_userAge" min="0" name="userAge" oninput="if(value.length>3)value=value.slice(0,3)">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="formDiv">
|
|
|
|
|
<label class="control-label left">移动电话:</label>
|
|
|
|
|