feat: 关闭轮播图主动轮播

main
shengwen.chen 2 months ago
parent 56307d180f
commit 4f1cf3e5cb

@ -39,7 +39,7 @@
</div>
<div :style="carouselWrap" class="border border-[#9A82FF] border-t-0" v-loading="isLoading">
<template v-if="patientList['length']">
<el-carousel direction="vertical" :autoplay="true" indicatorPosition="none" ref="carousel" :interval="0"
<el-carousel direction="vertical" :autoplay="false" indicatorPosition="none" ref="carousel" :interval="0"
@change="onCarouselChange">
<el-carousel-item v-for="(item, index) in patientList" :key="index" :name="String(index)">
<section class="carouselItemBox">

@ -30,7 +30,7 @@
</div>
<div :style="carouselWrap" class="border border-[#9A82FF] border-t-0" v-loading="isLoading">
<template v-if="patientList['length']">
<el-carousel direction="vertical" :autoplay="true" indicatorPosition="none" ref="carousel"
<el-carousel direction="vertical" :autoplay="false" indicatorPosition="none" ref="carousel"
@change="onCarouselChange">
<el-carousel-item v-for="(item, index) in patientList" :key="index">
<section class="carouselItemBox">

Loading…
Cancel
Save