dedsudiyu 1 month ago
parent
commit
bf3401b5b9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/newSubVideoComponent.vue

+ 1 - 1
src/components/newSubVideoComponent.vue

@@ -161,7 +161,7 @@
             console.log('dataList2',this.dataList)
           }).catch((error) => {
           })
-        } else if (list[1]) {
+        } else if (list[0]) {
           Promise.all([
             this.videoInitialize(sub1)
           ]).then((result) => {