...
|
...
|
@@ -6,7 +6,7 @@ |
|
|
v-for="focus in value"
|
|
|
:key="focus.src"
|
|
|
:style="{backgroundColor: focus.bgColor}">
|
|
|
<img-format :lazy="true" :src="focus.src" :w="375" :h="240"></img-format>
|
|
|
<img-format :src="focus.src" :w="375" :h="240"></img-format>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="swiper-pagination"></div>
|
...
|
...
|
|