Commit 8978c94f authored by wujj's avatar wujj
Browse files

Merge remote-tracking branch 'origin/master'

parents 0e8d961b 030b13a0
...@@ -378,7 +378,7 @@ ...@@ -378,7 +378,7 @@
this.rules.categoryPinyin = [{ this.rules.categoryPinyin = [{
"validator": this.validatorCategoryPinyin, trigger: 'blur' "validator": this.validatorCategoryPinyin, trigger: 'blur'
}, { }, {
"pattern": /^[^[!@#$"'%^&*()_+-/~?!@#¥%…&*()——+—?》《:“‘’]+$/, "pattern": /^[^[!@#$"'%^&*()_+-/~?!\\@#¥%…&*()——+—?》《:“‘’\s]+$/,
"message": "拼音格式不匹配" "message": "拼音格式不匹配"
}]; }];
if (this.regularCheck(regu, n)) { if (this.regularCheck(regu, n)) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment