소스 검색

调整页面

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("......")