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