Skip to content
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

Open
hanweidong opened this issue Nov 14, 2024 · 4 comments
Open
Labels
question This is a question, not a bug

Comments

@hanweidong
Copy link

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

Copy link
Contributor

👋 @hanweidong,感谢给 TDesign 提出了 issue。
请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。

@hanweidong
Copy link
Author

你好,这个是你们的文档里提供的示例,还需要我提供什么代码片段么

@anlyyao
Copy link
Collaborator

anlyyao commented Nov 15, 2024

你好,这个是你们的文档里提供的示例,还需要我提供什么代码片段么

凡事官网中不能直接复现的问题,都需要提供可复现代码片段

@betavs
Copy link
Collaborator

betavs commented Nov 15, 2024

目前在 1.8.0 版本中并没有复现此问题

@anlyyao anlyyao added the question This is a question, not a bug label Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question This is a question, not a bug
Projects
None yet
Development

No branches or pull requests

3 participants