dialog(msg, fn, title, config)

提示框

  • 参数说明
参数名 类型 必填 默认值 说明
msg String 提示信息
fn Function 关闭提示框后的回调方法
title String 标题
config Object 配置项
  • 示例:
     JE.dialog('提示信息',function(btnId){
             //btnId = 'ok/cancel'
     },'[title]',{buttons:{ok:'确定',cancel:'取消'}})
  • 注意
最后编辑: 秦永莲  文档更新时间: 2023-04-26 08:43   作者:秦永莲