增加点击“确定”按钮confirm回调函数
parent
bfc0c1bf6d
commit
ddef92a174
File diff suppressed because one or more lines are too long
|
@ -1631,7 +1631,7 @@
|
||||||
} else {
|
} else {
|
||||||
if(lay(btn).hasClass(DISABLED)) return that.hint('不在有效日期或时间范围内');
|
if(lay(btn).hasClass(DISABLED)) return that.hint('不在有效日期或时间范围内');
|
||||||
}
|
}
|
||||||
that.done();
|
that.done(null, 'confirm');
|
||||||
that.setValue(that.parse()).remove()
|
that.setValue(that.parse()).remove()
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue