From 96bcbb7d0c3ad68344b792c2ce3ba0cb7d82a4a7 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 13 六月 2022 17:33:41 +0800 Subject: [PATCH] 2022-06-13 --- src/tabviews/zshare/mutilform/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tabviews/zshare/mutilform/index.jsx b/src/tabviews/zshare/mutilform/index.jsx index 73115be..e6dc625 100644 --- a/src/tabviews/zshare/mutilform/index.jsx +++ b/src/tabviews/zshare/mutilform/index.jsx @@ -254,8 +254,8 @@ }) } else if (item.regular === 'letter&number') { _rules.push({ - pattern: /^[a-zA-Z0-9]*$/ig, - message: formRule.input.letternummsg + pattern: /^[a-zA-Z0-9_]*$/ig, + message: '璇疯緭鍏ユ暟瀛椼�佸瓧姣嶄互鍙奯' }) } else if (item.regular === 'phone') { _rules.push({ -- Gitblit v1.8.0