chore: Fixed an error

This commit is contained in:
贤心 2021-05-08 21:04:27 +08:00
parent c3f3ec8612
commit 5221ee5377
2 changed files with 2 additions and 2 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;
if(options.position === 'static') return this;
value = value || '';