已增加整轮播图和地图连线

This commit is contained in:
aixianling
2023-10-07 11:30:13 +08:00
parent 39a344b054
commit 50541832cc
12 changed files with 451 additions and 153 deletions

View File

@@ -552,9 +552,9 @@ const components = [
dataType: 'staticData',
dynamicData: [],
staticData: [
{ name: '列1', value: 23 },
{ name: '列2', value: 12 },
{ name: '列2', value: 12 }
{name: '列1', value: 23},
{name: '列2', value: 12},
{name: '列2', value: 12}
]
}
]
@@ -610,7 +610,7 @@ const components = [
thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/map.png',
is3dAround: '0',
limitArea: '0',
layers:'vector'
layers: 'vector'
},
{
type: 'AiDvMap',
@@ -743,6 +743,29 @@ const components = [
}
],
thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/swiper.png'
},
{
type: 'swiper',
label: '轮播图(点指示器)',
width: 800,
height: 358,
zIndex: 1,
border: 'border14',
dataType: 'staticData',
staticData: [
{
content: `歙县众城湖羊养殖专业合作社
徐晓红 - 18273645627
歙县郑村镇唐跃村碉墅`
},
{
content: `歙县众城湖羊养殖专业合作社
徐晓红 - 18273645627
歙县郑村镇唐跃村碉墅`
},
],
thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/swiper.png',
dotIndicator: true
}
]
},