Selaa lähdekoodia

快手-封面名称

yumeng 5 vuotta sitten
vanhempi
commit
462cbad034
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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)"