Commit 3f8afde5 authored by zhengke's avatar zhengke

修改

parent 2469e53c
......@@ -18,15 +18,17 @@
</swiper-item>
</block>
</swiper> -->
<u-swiper
:list="banners"
:effect3d="swipers.style == 2"
:height="swipers.height"
:interval="5000"
name="picUrl"
:border-radius="0"
@click="clickHandler"
></u-swiper>
<view :style="{marginTop:swipers.topAndBottom+'px',marginBottom:swipers.topAndBottom+'px',marginLeft:swipers.leftAndRight+'px',marginRight:swipers.leftAndRight+'px'}">
<u-swiper
:list="banners"
:effect3d="swipers.style == 2"
:height="swipers.height"
:interval="5000"
name="picUrl"
:border-radius="swipers.radius"
@click="clickHandler"
></u-swiper>
</view>
</template>
<script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment