Skip to content

Commit ac65055

Browse files
committed
update(uni-ui): uni-notice-bar showClose
1 parent 569a1bb commit ac65055

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

components/uni-notice-bar/uni-notice-bar.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<view v-if="show" class="uni-noticebar" :style="{ backgroundColor: backgroundColor }" @click="onClick">
33
<!-- #ifdef MP-ALIPAY -->
44
<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" />
66
</view>
77
<view v-if="showIcon === true || showIcon === 'true'" class="uni-noticebar-icon">
88
<uni-icons type="sound" :color="color" size="14" />
99
</view>
1010
<!-- #endif -->
1111
<!-- #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" />
1313
<uni-icons v-if="showIcon === true || showIcon === 'true'" class="uni-noticebar-icon" type="sound" :color="color" size="14" />
1414
<!-- #endif -->
1515
<view ref="textBox" class="uni-noticebar__content-wrapper" :class="{'uni-noticebar__content-wrapper--scrollable':scrollable, 'uni-noticebar__content-wrapper--single':!scrollable && (single || moreText)}">

components/uni-tag/uni-tag.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,22 +54,22 @@
5454
disabled: {
5555
// 是否为禁用状态
5656
type: [Boolean, String],
57-
defalut: false
57+
default: false
5858
},
5959
inverted: {
6060
// 是否为空心
6161
type: [Boolean, String],
62-
defalut: false
62+
default: false
6363
},
6464
circle: {
6565
// 是否为圆角样式
6666
type: [Boolean, String],
67-
defalut: false
67+
default: false
6868
},
6969
mark: {
7070
// 是否为标记样式
7171
type: [Boolean, String],
72-
defalut: false
72+
default: false
7373
}
7474
},
7575
methods: {

pages.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,8 @@
253253
},
254254
// #ifndef H5 || MP-BAIDU
255255
{
256-
"path" : "pages/component/ad/ad",
257-
"style" : {
256+
"path": "pages/component/ad/ad",
257+
"style": {
258258
"navigationBarTitleText": "AD"
259259
}
260260
},
@@ -616,8 +616,8 @@
616616
},
617617
// #ifdef APP-PLUS || MP-WEIXIN
618618
{
619-
"path" : "rewarded-video-ad/rewarded-video-ad",
620-
"style" : {
619+
"path": "rewarded-video-ad/rewarded-video-ad",
620+
"style": {
621621
"navigationBarTitleText": "激励视频广告"
622622
}
623623
},
@@ -1182,4 +1182,4 @@
11821182
}
11831183
]
11841184
}
1185-
}
1185+
}

0 commit comments

Comments
 (0)