mirror of
https://gitee.com/layui/layui.git
synced 2025-12-26 22:25:48 +08:00
优化 code 的 tools 的 event 返回参数,增加当前示例配置项
This commit is contained in:
@@ -328,6 +328,7 @@ layui.define(['lay', 'util', 'element', 'form'], function(exports){
|
||||
var parameters = {
|
||||
elem: oi,
|
||||
type: type,
|
||||
options: options, // 当前属性选项
|
||||
rawCode: rawCode.join(''), // 原始 code
|
||||
finalCode: util.unescape(finalCode) // 最终 code
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user