1、警告框
mui.alert( message, title, btnValue, callback [, type] )
title
Type: String
提示对话框上显示的标题
btnValue
Type: String
提示对话框上按钮显示的内容
callback
Type: String
提示对话框上关闭后的回调函数
type
Value: ‘div’
是否使用h5绘制的对话框
1、警告框
mui.alert( message, title, btnValue, callback [, type] )
title
Type: String
提示对话框上显示的标题
btnValue
Type: String
提示对话框上按钮显示的内容
callback
Type: String
提示对话框上关闭后的回调函数
type
Value: ‘div’
是否使用h5绘制的对话框