弹出消息
$.messager.alert(title,content,msgtype);
title:消息标题
content:消息内容
msgtype:消息类型,取值为[error,info,question,warning]
确认
$.messager.confirm(title,content,fun)
title:消息标题
content:消息内容
fun:回调函数 function(result){//result 布尔型 用户点击的是确认还是取消}
弹出消息
$.messager.alert(title,content,msgtype);
title:消息标题
content:消息内容
msgtype:消息类型,取值为[error,info,question,warning]
确认
$.messager.confirm(title,content,fun)
title:消息标题
content:消息内容
fun:回调函数 function(result){//result 布尔型 用户点击的是确认还是取消}
转载于:https://www.cnblogs.com/kangminghuan/archive/2012/04/24/2467922.html