|
@@ -210,11 +210,7 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa |
|
|
|
|
|
|
|
|
if(data.data.length<1){ |
|
|
if(data.data.length<1){ |
|
|
focusArray.push({ |
|
|
focusArray.push({ |
|
|
img:'../static/images/banner1.png' |
|
|
|
|
|
},{ |
|
|
|
|
|
img:'../static/images/banner2.png' |
|
|
|
|
|
},{ |
|
|
|
|
|
img:'../static/images/banner3.png' |
|
|
|
|
|
|
|
|
img:'../static/images/banner320.jpg' |
|
|
}) |
|
|
}) |
|
|
}else{ |
|
|
}else{ |
|
|
data.data.forEach(res=>{ |
|
|
data.data.forEach(res=>{ |
|
@@ -230,7 +226,7 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa |
|
|
new Swiper('#bannerFocusWrap', { |
|
|
new Swiper('#bannerFocusWrap', { |
|
|
pagination: '.page-pagination', |
|
|
pagination: '.page-pagination', |
|
|
paginationClickable: true, |
|
|
paginationClickable: true, |
|
|
autoplay : 2000, |
|
|
|
|
|
|
|
|
autoplay : 5000, |
|
|
loop:true |
|
|
loop:true |
|
|
}) |
|
|
}) |
|
|
|
|
|
|
|
|