1234567891011 |
- /**
- * 显示错误异常信息
- * @param msg 错误内容
- * @param sender 发送者按钮(可以为空)
- */
- export declare function showErrorDialog(msg: any, sender?: any): void;
- export declare function msgError(msg: any, sender?: any): void;
- /**
- * 中间灰底白字提示
- */
- export declare function msg(message: string): void;
|