This commit is contained in:
2018-10-28 20:00:56 +08:00
parent cbed31eafd
commit 2c37287d94
19 changed files with 65 additions and 42 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div>
<i_head></i_head>
<ihead></ihead>
<div class="banner">
<swiper ref="swiper" :options="swiperOption" >
<swiper-slide v-for="banner in banners" :key="banner.img" >
@@ -46,7 +46,7 @@
<router-link :to="product.url"> </router-link>
</div>
</div>
<i_footer></i_footer>
<ifooter></ifooter>
</div>
</template>