NormalDialog
引入:
import normalDialog from 'normalDialog';
使用:
var dlgMsgObj = {
titleText: "&温馨提示&", //可不传,默认 “温馨提示”
bodyText: text,
confirmText: "确认", //可不传,默认 “确认”
callBackFunc: testDemo, //可不传,默认null
isShowCloseXFlag: true //可不传,默认 true
}
// var dlgMsgObj = text; //如不需更改Dlg默认文案等,可只 文本内容字符串(String)
this.$broadcast('show-normal-dlg', dlgMsgObj);