chore: fixed an error
This commit is contained in:
parent
5221ee5377
commit
d49b898c17
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];
|
,elem = that.bindElem || options.elem[0];
|
||||||
|
|
||||||
//静态展现则不作默认赋值
|
//静态展现则不作默认赋值
|
||||||
if(options.position === 'static') return this;
|
if(options.position === 'static') return that;
|
||||||
|
|
||||||
value = value || '';
|
value = value || '';
|
||||||
|
|
||||||
@ -1241,7 +1241,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return this;
|
return that;
|
||||||
};
|
};
|
||||||
|
|
||||||
//预览
|
//预览
|
||||||
|
Loading…
Reference in New Issue
Block a user