소스 검색

快手-封面名称

yumeng 5 년 전
부모
커밋
462cbad034
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/modules/kuaishouapp/creativeCreate.vue

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

@@ -188,6 +188,7 @@
               <div v-for="(item ,index) in imageList" style="display:inline-block;width:20%">
                 <a href="javascript:" >
                   <img :src="item.src" alt="" height="100">&nbsp;&nbsp;&nbsp;
+                  <p>{{item.name}}</p>
                   <p>
                     <input class="checkItem" type="checkbox" v-model="checkeds" :value="item.id"
                            @onClick="checkeda(item.id)"