[问题求助] 任务卡页面弹窗【温馨提示】功能是否可以放在页面rule中使用 |
问答
紧急程度
最佳答案UIBOT 下 规则 不可以实现;
DSL 下 可以尝试用hooks实现;
基本编写语法如下
普通讯息
options.utils.athMessageService.info('This is a normal message');
成功讯息
options.utils.athMessageService.success('This is a success message');
错误讯息
options.utils.athMessageService.error('This is a error message');
警告讯息
options.utils.athMessageService.custom('This is a warning message');
进阶用法,可以设定 ...
| |