dedsudiyu 1 mese fa
parent
commit
bf3401b5b9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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) => {