# 使用说明
// 按需引入需要在 app.scss 中引入对应样式 noticeBar.scss
import { ClNoticeBar } from "mp-colorui";
# 一般用法
# 参数说明
# NoticeBar 参数说明
参数 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
bgColor | 背景色 | string | 参考文档 默认色 | yellow |
single | 是否单行 | boolean | - | false |
marquee | 内容滚动 | boolean | - | false |
speed | 滚动速度 | number | - | 5 |
showMore | 显示查看详情按钮 | boolean | - | false |
moreText | 查看详情文字 | string | - | 查看详情 |
icon | 前置图标 | string | Icon-iconName | notificationfill |
close | 是否显示关闭按钮 | boolean | - | false |
text | 消息的内容 | string | - |
# NoticeBar 事件说明
事件名称 | 说明 | 参数返回 |
---|---|---|
onClose | 点击关闭事件 | - |
onMore | 点击更多事件 | - |
部分功能需扫码预览才能正常显示。