-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[t-message] 使用滚动消息通知,发现消息并未进行滚动 #3287
Labels
question
This is a question, not a bug
Comments
👋 @hanweidong,感谢给 TDesign 提出了 issue。 |
你好,这个是你们的文档里提供的示例,还需要我提供什么代码片段么 |
凡事官网中不能直接复现的问题,都需要提供可复现代码片段 |
目前在 |
skyline 1.8.3 示例不滚动 showScrollMessage() { |
NoticeBar 也不能滚动,是不支持skyline? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tdesign-miniprogram 版本
1.7.1
重现链接
No response
重现步骤
点击抽屉的某个子项后触发消息通知:
/**
*/
itemClick(e) {
console.log(e.detail);
this.setData({
visible: true,
});
Message.warning({
context: this,
offset: [90, 32],
duration: -1,
marquee: { speed: 50, loop: -1, delay: 5000 },
content: '当前场站最近一次巡检记录是2024-11-11日,请您从12日开始进行二维码巡检。',
});
},
期望结果
消息通知滚动播放
实际结果
无滚动
基础库版本
No response
补充说明
No response
The text was updated successfully, but these errors were encountered: