返回列表 发布新帖

[问题求助] 任务卡页面弹窗【温馨提示】功能是否可以放在页面rule中使用

4 1
发表于 2024-12-27 23:35:18 | 查看全部 阅读模式
问答

紧急程度

已完结
任务卡页面弹窗【温馨提示】功能是否可以放在页面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'); 进阶用法,可以设定 ...

评论1

周云建楼主Lv.7 发表于 2024-12-27 23:35:18 | 查看全部

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');

进阶用法,可以设定持续时间(不设定默认是两秒)
options.utils.athMessageService.[info/success/error/custom], {
        nzDuration: [持续时间]
});

示例(显示5秒):
options.utils.athMessageService.error('This is a error message'), {
        nzDuration: 5000
});

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

×

回复

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

  • 关注公众号
Copyright © 2025 鼎捷数智股份有限公司 版权所有 All Rights Reserved. Powered by Discuz! X5.0
关灯 在本版发帖
即将开放
返回顶部
快速回复 返回顶部 返回列表