Authored by Targaryen

value

... ... @@ -182,7 +182,7 @@ function blurAction(opt) {
if (opt.inputName === 'addressName') {
regular = /^([\u4e00-\u9fa5\w]{1,20})$/;
if (stringHandle.chinese2(opt) > 20 || stringHandle.chinese2(opt) < 1) {
if (stringHandle.chinese2(value) > 20 || stringHandle.chinese2(value) < 1) {
msg = '收货人姓名最多支持20个字';
res = false;
domClass = 'form-info form-error';
... ...