Browse Source

去除倒计时

1
mo 2 years ago
parent
commit
b896882c61
2 changed files with 2 additions and 0 deletions
  1. 1 0
      src/components/video.vue
  2. 1 0
      src/views/liveActive/model/previewVideo.vue

+ 1 - 0
src/components/video.vue

@@ -70,6 +70,7 @@ export default {
       }
       this.player = new Plyr(this.$refs.video, {
         controls: controls,
+        invertTime: false,
         ...this.setting,
       });
       this.player.elements.container

+ 1 - 0
src/views/liveActive/model/previewVideo.vue

@@ -40,6 +40,7 @@
           :height="os == 'mobile' ? '100%' : '1.915rem'"
           :src="videoSrc"
         ></videoPlayer>
+        <!--    -->
       </van-popup>
     </div>
   </div>