DialogBySHF.Alert确定后执行代码
DialogBySHF.Alert确定后执行代码
解决方法:
1.第一种
$.DialogBySHF.Alert({ Width: 350, Height: 190, Title: "温馨提示", Content: '操作失败!', ConfirmFun: function(){alert();}});
1.第二种
$.DialogBySHF.Alert({ Width: 350, Height: 190, Title: "温馨提示", Content: '操作失败!', ConfirmFun: callback});