We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.7.1
No response
点击抽屉的某个子项后触发消息通知: /**
消息通知滚动播放
无滚动
The text was updated successfully, but these errors were encountered:
👋 @hanweidong,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
你好,这个是你们的文档里提供的示例,还需要我提供什么代码片段么
凡事官网中不能直接复现的问题,都需要提供可复现代码片段
目前在 1.8.0 版本中并没有复现此问题
1.8.0
No branches or pull requests
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: