20240517
This commit is contained in:
@@ -10,6 +10,10 @@ export default {
|
||||
type: String,
|
||||
default: uni.$u.props.columnNotice.icon
|
||||
},
|
||||
label: {
|
||||
type: String,
|
||||
|
||||
},
|
||||
// 通告模式,link-显示右箭头,closable-显示右侧关闭图标
|
||||
mode: {
|
||||
type: String,
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
<text
|
||||
class="u-notice__swiper__item__text u-line-1"
|
||||
:style="[textStyle]"
|
||||
>{{ item }}</text>
|
||||
>{{ label?item[label]:item }}</text>
|
||||
</swiper-item>
|
||||
</swiper>
|
||||
<view
|
||||
|
||||
Reference in New Issue
Block a user