罗世杰:feat:轮播图,分析统计、轮播消息接口接入
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
customStyle="width:70vw"
|
||||
color="#232323"
|
||||
icon=" "
|
||||
direction="column"
|
||||
/>
|
||||
</view>
|
||||
|
||||
@@ -18,14 +19,14 @@
|
||||
|
||||
<script>
|
||||
/**
|
||||
* @property {String} text 需要显示的消息
|
||||
* @property {Array} text 需要显示的消息
|
||||
*/
|
||||
export default {
|
||||
props: {
|
||||
text: {
|
||||
type: String,
|
||||
type: Array,
|
||||
default() {
|
||||
return ' '
|
||||
return []
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user