|
|
|
|
@ -2,8 +2,6 @@ |
|
|
|
|
<view class="home"> |
|
|
|
|
<!-- <page-head title="待排查任务" :warnNum='1' :isFixed="true" :isRight="true"></page-head> --> |
|
|
|
|
<!-- 轮播图 --> |
|
|
|
|
<map style="width: 100%; height: 300px;" :latitude="latitude" :longitude="longitude" :markers="covers"> |
|
|
|
|
</map> |
|
|
|
|
<view class="swiper-container"> |
|
|
|
|
<swiper :indicator-dots="true" :autoplay="true" :interval="4000" :duration="500"> |
|
|
|
|
<swiper-item v-for="(item, index) in swiperList" :key="index"> |
|
|
|
|
@ -53,17 +51,7 @@ |
|
|
|
|
<script> |
|
|
|
|
export default { |
|
|
|
|
data() { |
|
|
|
|
return {latitude: 39.909, |
|
|
|
|
longitude: 116.39742, |
|
|
|
|
covers: [{ |
|
|
|
|
latitude: 39.909, |
|
|
|
|
longitude: 116.39742, |
|
|
|
|
iconPath: '../../../static/location.png' |
|
|
|
|
}, { |
|
|
|
|
latitude: 39.90, |
|
|
|
|
longitude: 116.39, |
|
|
|
|
iconPath: '../../../static/location.png' |
|
|
|
|
}], |
|
|
|
|
return { |
|
|
|
|
title: '下拉刷新 + 加载更多', |
|
|
|
|
data: [{ //window.PCRWList || |
|
|
|
|
id: 12121212, |
|
|
|
|
|