消息提醒
pearOper.Report("success","成功消息",msg)

pearOper.Report("failure","错误消息",msg)

pearOper.Report("warning","警告消息",msg)

pearOper.Report("info","详情消息",msg)

           
消息提醒
pearOper.msg("success","成功消息",msg)

pearOper.msg("failure","错误消息",msg)

pearOper.msg("warning","警告消息",msg)

pearOper.msg("info","详情消息",msg)

           
消息提醒

pearOper.confirm({ title : 标题 , message : 内容 , success : 成功函数 , cancle : 取消函数 })