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