1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
| "use strict";
| const NoticeBar = {
| // noticeBar
| noticeBar: {
| text: [],
| direction: "row",
| step: false,
| icon: "volume",
| mode: "",
| color: "#f9ae3d",
| bgColor: "#fdf6ec",
| speed: 80,
| fontSize: 14,
| duration: 2e3,
| disableTouch: true,
| url: "",
| linkType: "navigateTo",
| justifyContent: "flex-start"
| }
| };
| exports.NoticeBar = NoticeBar;
| //# sourceMappingURL=../../../../../.sourcemap/mp-weixin/uni_modules/uview-plus/components/u-notice-bar/noticeBar.js.map
|
|