已增加整轮播图和地图连线
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user