|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<van-pull-refresh v-model="loading" disabled style="min-height:100vh">
|
|
|
- <div class="content-swipe">
|
|
|
+ <div class="content-swipe" v-if="bannerDataList.length > 0">
|
|
|
<van-swipe class="my-swipe" :autoplay="4000" :show-indicators="false">
|
|
|
<van-swipe-item v-for="item in bannerDataList" :key="item.id" @click="bannerSwiperHandler(item)">
|
|
|
<img :src="item.image_url_mobile" />
|
|
@@ -253,8 +253,7 @@ export default {
|
|
|
|
|
|
showAttention:false,//是否显示配置播放清单提示
|
|
|
isReportPublishCancel:false,//报告取消发布
|
|
|
- bannerDataList:[
|
|
|
- ]
|
|
|
+ bannerDataList:[]
|
|
|
}
|
|
|
},
|
|
|
beforeCreate(){
|