This commit is contained in:
2023-08-29 00:24:24 +08:00
parent f762ca430d
commit dc340c7f4d
6 changed files with 99 additions and 50 deletions

View File

@@ -71,6 +71,7 @@
arr = arr.map(item => {
return {
...item,
subDesc:this.allVideoList[0].description,
projectId:item.videoId,
videoTime:this.formateTime(item.videoTime)
}