|
|
@ -10,7 +10,6 @@
|
|
|
|
:autoplay="false"
|
|
|
|
:autoplay="false"
|
|
|
|
height="600px"
|
|
|
|
height="600px"
|
|
|
|
indicator-position="none"
|
|
|
|
indicator-position="none"
|
|
|
|
@change="changebtn"
|
|
|
|
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<el-carousel-item v-for="(item, index) in imglist" :key="index">
|
|
|
|
<el-carousel-item v-for="(item, index) in imglist" :key="index">
|
|
|
|
<el-image :src="item.path" fit="contain"></el-image>
|
|
|
|
<el-image :src="item.path" fit="contain"></el-image>
|
|
|
@ -59,6 +58,8 @@ export default {
|
|
|
|
}).then((res) => {
|
|
|
|
}).then((res) => {
|
|
|
|
this.imglist.push(res.data.list);
|
|
|
|
this.imglist.push(res.data.list);
|
|
|
|
this.total = res.data.total;
|
|
|
|
this.total = res.data.total;
|
|
|
|
|
|
|
|
console.log(this.imglist)
|
|
|
|
|
|
|
|
console.log(e);
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|