Преглед изворни кода

木易华康-批量上传视频排序还原

Long пре 3 недеља
родитељ
комит
391e12d44c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/course/videoResource/index.vue

+ 1 - 1
src/views/course/videoResource/index.vue

@@ -1978,7 +1978,7 @@ export default {
       };
 
       this.uploadQueue.push(tempVideo);
-      this.videoList.push(tempVideo);
+      this.videoList.unshift(tempVideo);
 
        // 获取视频时长
       const video = document.createElement('video');