浏览代码

自动播放

y595705120 2 周之前
父节点
当前提交
1c95f40676
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      src/containers/center/play/play.vue

+ 1 - 3
src/containers/center/play/play.vue

@@ -307,9 +307,7 @@
       onPlayerEnded(event) {
         this.reportErr("play", 'end');
         this.tick(true)
-        if (this.info.isBan > 1) {
-          this.playNext()
-        }
+        this.playNext()
       },
       playNext() {
         let currentIndex = this.list.findIndex(i => i.id === this.media.id)