mirror of
https://gitee.com/layui/layui.git
synced 2025-10-07 23:24:32 +08:00
chore: Fixed an error
This commit is contained in:
2
dist/layui.js
vendored
2
dist/layui.js
vendored
File diff suppressed because one or more lines are too long
@@ -1221,7 +1221,7 @@
|
||||
,elem = that.bindElem || options.elem[0];
|
||||
|
||||
//静态展现则不作默认赋值
|
||||
if(options.position === 'static') return;
|
||||
if(options.position === 'static') return this;
|
||||
|
||||
value = value || '';
|
||||
|
||||
|
Reference in New Issue
Block a user