Showing
1 changed file
with
1 additions
and
1 deletions
@@ -182,7 +182,7 @@ function blurAction(opt) { | @@ -182,7 +182,7 @@ function blurAction(opt) { | ||
182 | if (opt.inputName === 'addressName') { | 182 | if (opt.inputName === 'addressName') { |
183 | regular = /^([\u4e00-\u9fa5\w]{1,20})$/; | 183 | regular = /^([\u4e00-\u9fa5\w]{1,20})$/; |
184 | 184 | ||
185 | - if (stringHandle.chinese2(opt) > 20 || stringHandle.chinese2(opt) < 1) { | 185 | + if (stringHandle.chinese2(value) > 20 || stringHandle.chinese2(value) < 1) { |
186 | msg = '收货人姓名最多支持20个字'; | 186 | msg = '收货人姓名最多支持20个字'; |
187 | res = false; | 187 | res = false; |
188 | domClass = 'form-info form-error'; | 188 | domClass = 'form-info form-error'; |
-
Please register or login to post a comment