罗世杰:feat:轮播图,分析统计、轮播消息接口接入

This commit is contained in:
LuoShijie
2023-11-14 23:11:39 +08:00
parent c21816d077
commit db21651d44
6 changed files with 75 additions and 34 deletions

View File

@@ -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 []
}
}
}