@@ -874,6 +874,7 @@
// 设置默认选中的视频
if (this.videoList.length > 0) {
this.videoUrl = this.videoList[0].localUrl;
+ this.description = this.videoList[0].videoDesc;
}
console.log("......")