dialog 模块化窗口

时间:2021-07-09 04:35:29

方法 说明 参数
modal(opts) 模块化弹窗

opts={

title:'标题' ,

width : '宽度(400)',

height : '高度(300)',

buttons:'按钮([{title,click}])',

content:'内容',

src:'http路径',

onClose:'关闭事件'

}

error(content,title,opts) 错误提示窗口

@content :'提示内容'

@content :'标题'

@opts :'modal->opts'

success(content,title,opts) 提示窗口

@content :'提示内容'

@content :'标题'

@opts :'modal->opts'

confirm(content,onSure,onCanel,title,opts) 是否确认窗口

@content :'提示内容'

@onSure :'确定事件'

@onCanel :'取消事件'

@content :'标题'

@opts :'modal->opts'

loadding() 错误提示窗口  
close(onClose) 关闭提示窗口