File tree 3 files changed +11
-11
lines changed
3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2
2
<view v-if =" show" class =" uni-noticebar" :style =" { backgroundColor: backgroundColor }" @click =" onClick" >
3
3
<!-- #ifdef MP-ALIPAY -->
4
4
<view v-if =" showClose === true || showClose === 'true'" class =" uni-noticebar-close" @click =" close" >
5
- <uni-icons type =" closefill " :color =" color" size =" 12" />
5
+ <uni-icons type =" closeempty " :color =" color" size =" 12" />
6
6
</view >
7
7
<view v-if =" showIcon === true || showIcon === 'true'" class =" uni-noticebar-icon" >
8
8
<uni-icons type =" sound" :color =" color" size =" 14" />
9
9
</view >
10
10
<!-- #endif -->
11
11
<!-- #ifndef MP-ALIPAY -->
12
- <uni-icons v-if =" showClose === true || showClose === 'true'" class =" uni-noticebar-close" type =" closefill " :color =" color" size =" 12" @click =" close" />
12
+ <uni-icons v-if =" showClose === true || showClose === 'true'" class =" uni-noticebar-close" type =" closeempty " :color =" color" size =" 12" @click =" close" />
13
13
<uni-icons v-if =" showIcon === true || showIcon === 'true'" class =" uni-noticebar-icon" type =" sound" :color =" color" size =" 14" />
14
14
<!-- #endif -->
15
15
<view ref =" textBox" class =" uni-noticebar__content-wrapper" :class =" {'uni-noticebar__content-wrapper--scrollable':scrollable, 'uni-noticebar__content-wrapper--single':!scrollable && (single || moreText)}" >
Original file line number Diff line number Diff line change 54
54
disabled: {
55
55
// 是否为禁用状态
56
56
type: [Boolean , String ],
57
- defalut : false
57
+ default : false
58
58
},
59
59
inverted: {
60
60
// 是否为空心
61
61
type: [Boolean , String ],
62
- defalut : false
62
+ default : false
63
63
},
64
64
circle: {
65
65
// 是否为圆角样式
66
66
type: [Boolean , String ],
67
- defalut : false
67
+ default : false
68
68
},
69
69
mark: {
70
70
// 是否为标记样式
71
71
type: [Boolean , String ],
72
- defalut : false
72
+ default : false
73
73
}
74
74
},
75
75
methods: {
Original file line number Diff line number Diff line change 253
253
},
254
254
// #ifndef H5 || MP-BAIDU
255
255
{
256
- "path" : " pages/component/ad/ad" ,
257
- "style" : {
256
+ "path" : " pages/component/ad/ad" ,
257
+ "style" : {
258
258
"navigationBarTitleText" : " AD"
259
259
}
260
260
},
616
616
},
617
617
// #ifdef APP-PLUS || MP-WEIXIN
618
618
{
619
- "path" : " rewarded-video-ad/rewarded-video-ad" ,
620
- "style" : {
619
+ "path" : " rewarded-video-ad/rewarded-video-ad" ,
620
+ "style" : {
621
621
"navigationBarTitleText" : " 激励视频广告"
622
622
}
623
623
},
1182
1182
}
1183
1183
]
1184
1184
}
1185
- }
1185
+ }
You can’t perform that action at this time.
0 commit comments