From c39cf606069ea8e74c56dc9a4354e5bf45cb3673 Mon Sep 17 00:00:00 2001 From: bobi1234 Date: Wed, 11 Jul 2018 18:35:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E9=83=A8=E5=88=86=E9=AA=8C?= =?UTF-8?q?=E8=AF=81=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- user-edit.html | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/user-edit.html b/user-edit.html index 42e8eef..25025df 100644 --- a/user-edit.html +++ b/user-edit.html @@ -28,37 +28,37 @@
- +
- +
- +
- +
- +
- +
@@ -119,6 +119,10 @@ elem: '#birthday', type: "datetime" }); + + form.verify({ + // myDateVerify: [/^(\d{4})[-\/](\d{1}|0\d{1}|1[0-2])([-\/](\d{1}|0\d{1}|[1-2][0-9]|3[0-1]))*$/, '日期格式不正确'] + }); })