1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| "use strict";
| const Notify = {
| // notify组件
| notify: {
| top: 0,
| type: "primary",
| color: "#ffffff",
| bgColor: "",
| message: "",
| duration: 3e3,
| fontSize: 15,
| safeAreaInsetTop: false
| }
| };
| exports.Notify = Notify;
| //# sourceMappingURL=../../../../../.sourcemap/mp-weixin/uni_modules/uview-plus/components/u-notify/notify.js.map
|
|