|
@@ -12,7 +12,6 @@
|
|
|
class="swiper-slide"
|
|
|
:style="`background-image:url(${i.frameId ? common.changeUrl(i.list[i.frameId].enter.cover) : common.changeUrl(i.list[0].enter.cover)});`"
|
|
|
:class="{ active: isPlay && partId == index }"
|
|
|
- @click="changeFrame(1, index)"
|
|
|
v-for="(i, index) in tours"
|
|
|
:key="index"
|
|
|
>
|
|
@@ -26,7 +25,6 @@
|
|
|
class="swiper-slide"
|
|
|
:style="`background-image:url(${common.changeUrl(i.enter.cover)});`"
|
|
|
:class="{ active: isPlay && frameId == index }"
|
|
|
- @click="changeFrame(2, index)"
|
|
|
v-for="(i, index) in tours[0].list"
|
|
|
:key="index"
|
|
|
>
|