浏览代码

调整页面

yumeng 5 年之前
父节点
当前提交
18085b62f3
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/modules/kuaishouapp/creativeCreate.vue

+ 1 - 0
src/views/modules/kuaishouapp/creativeCreate.vue

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