소스 검색

播放1.4

skyblued 2 년 전
부모
커밋
7c70afb5b3
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      src/views/coursewarePlay/index.tsx

+ 1 - 4
src/views/coursewarePlay/index.tsx

@@ -1,5 +1,4 @@
 import {
-  Button,
   closeToast,
   Icon,
   Loading,
@@ -9,8 +8,6 @@ import {
   Swipe,
   SwipeInstance,
   SwipeItem,
-  Tab,
-  Tabs
 } from 'vant'
 import {
   defineComponent,
@@ -21,7 +18,6 @@ import {
   ref,
   watch,
   Transition,
-  computed
 } from 'vue'
 import iconBack from './image/back.svg'
 import styles from './index.module.less'
@@ -402,6 +398,7 @@ export default defineComponent({
             ref={swipeRef}
             showIndicators={false}
             loop={false}
+            duration={0}
             vertical
             lazyRender={true}
             touchable={false}