|
@@ -76,10 +76,10 @@
|
|
|
nullmsg="请输入您的手机号" sucmsg=" " th:value="${user.phoneNum}" /></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <th><font class="fontred">*</font>身份证号</th>
|
|
|
+ <th>身份证号</th>
|
|
|
<td><input type="text" name="userkey" id="userkey"
|
|
|
- class="input-normal input-wdl" value="" datatype="idcard"
|
|
|
- errormsg="请输入您的身份证号" nullmsg="请输入您的身份证号" th:value="${user.userkey}" sucmsg=" " /><span
|
|
|
+ class="input-normal input-wdl" value="" datatype="idcard" ignore="ignore"
|
|
|
+ errormsg="身份证号码格式不正确" nullmsg="请输入您的身份证号" th:value="${user.userkey}" sucmsg=" " /><span
|
|
|
style="color: red;" id="spanuserkey"></span></td>
|
|
|
</tr>
|
|
|
</tbody>
|