chore: fixed an error

This commit is contained in:
贤心 2021-05-08 21:07:11 +08:00
parent 5221ee5377
commit d49b898c17
2 changed files with 3 additions and 3 deletions

2
dist/layui.js vendored

File diff suppressed because one or more lines are too long

View File

@ -1221,7 +1221,7 @@
,elem = that.bindElem || options.elem[0];
//静态展现则不作默认赋值
if(options.position === 'static') return this;
if(options.position === 'static') return that;
value = value || '';
@ -1241,7 +1241,7 @@
}
}
return this;
return that;
};
//预览