mirror of
https://gitee.com/layui/layui.git
synced 2025-04-05 17:38:02 +08:00
chore(form): 更正注释
This commit is contained in:
parent
d7104a37b3
commit
23dfbcbbf0
@ -201,7 +201,7 @@ layui.define(['lay', 'layer', 'util'], function(exports){
|
||||
|
||||
precision = precision >= 0 ? precision : Math.max(decimals(step), decimals(rawValue));
|
||||
|
||||
// 初始化赋值
|
||||
// 赋值
|
||||
if (!noAction) {
|
||||
// 初始渲染时只处理数字精度
|
||||
if (!isInit) {
|
||||
|
Loading…
Reference in New Issue
Block a user