소스 검색

更新导览不可点击

tremble 3 년 전
부모
커밋
091712844c
2개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 2
      src/components/Controls/Panel/Guide.vue
  2. 1 1
      src/components/openVideo/index.vue

+ 0 - 2
src/components/Controls/Panel/Guide.vue

@@ -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"
             >

+ 1 - 1
src/components/openVideo/index.vue

@@ -82,7 +82,7 @@ onMounted(() => {
   bottom: 0;
   display: table;
   table-layout: fixed;
-  z-index: 110;
+  z-index: 1100000;
   background-color: rgba(0, 0, 0, 1);
 
   .bofang {