Commit 12e1a57b by 施宇

111

parent cdcdcb63
...@@ -306,7 +306,7 @@ ...@@ -306,7 +306,7 @@
} }
}, },
limitLengthTwo: function (value, item) { limitLengthTwo: function (value, item) {
if (value.length < 3) { if (value.length < 2) {
return '品牌不能小于2个字符' return '品牌不能小于2个字符'
} }
}, },
......
...@@ -207,7 +207,7 @@ $(function () { ...@@ -207,7 +207,7 @@ $(function () {
} }
}, },
limitLengthTwo: function (value, item) { limitLengthTwo: function (value, item) {
if (value.length < 3) { if (value.length < 2) {
return '品牌不能小于2个字符' return '品牌不能小于2个字符'
} }
}, },
......
...@@ -207,7 +207,7 @@ ...@@ -207,7 +207,7 @@
} }
}, },
limitLengthTwo: function (value, item) { limitLengthTwo: function (value, item) {
if (value.length < 3) { if (value.length < 2) {
return '品牌不能小于2个字符' return '品牌不能小于2个字符'
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment