liushengqiang 1 năm trước cách đây
mục cha
commit
1e9101e3e9
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      src/views/courseware-play/component/video-item/index.tsx

+ 0 - 3
src/views/courseware-play/component/video-item/index.tsx

@@ -208,9 +208,6 @@ export default defineComponent({
           class={[styles.controls, props.showModel ? '' : styles.hide]}
           onClick={(e: Event) => {
             e.stopPropagation();
-          }}
-          onTouchmove={(e: TouchEvent) => {
-            e.stopPropagation();
           }}>
           <div class={styles.time}>
             <div>{getSecondRPM(data.currentTime)}</div>