Commit 3f8afde5 authored by zhengke's avatar zhengke

修改

parent 2469e53c
...@@ -18,15 +18,17 @@ ...@@ -18,15 +18,17 @@
</swiper-item> </swiper-item>
</block> </block>
</swiper> --> </swiper> -->
<view :style="{marginTop:swipers.topAndBottom+'px',marginBottom:swipers.topAndBottom+'px',marginLeft:swipers.leftAndRight+'px',marginRight:swipers.leftAndRight+'px'}">
<u-swiper <u-swiper
:list="banners" :list="banners"
:effect3d="swipers.style == 2" :effect3d="swipers.style == 2"
:height="swipers.height" :height="swipers.height"
:interval="5000" :interval="5000"
name="picUrl" name="picUrl"
:border-radius="0" :border-radius="swipers.radius"
@click="clickHandler" @click="clickHandler"
></u-swiper> ></u-swiper>
</view>
</template> </template>
<script> <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