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