查看: 1800|回复: 1
打印 上一主题 下一主题

auto,loop模式下异步加载数据,最后一屏不滑动了

[复制链接]

该用户从未签到

1

主题

1

帖子

7

积分

新手上路

Rank: 1

积分
7
跳转到指定楼层
楼主
发表于 2018-6-21 17:58:34 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
  1. <template>
  2.     <section class="topswiper">
  3.         <swiper :options="swiperOption" ref="mySwiper" id="mySwiper" v-if="list">
  4.             <swiper-slide v-for="(item,index) in list" :key=index class="swpierSilde" :class="{'isAndroid':isAndroid}">
  5.                  恭喜{{item.protectedMobile}}获得了{{item.awardName}}奖励
  6.            </swiper-slide>
  7.        </swiper>
  8.     </section>
  9. </template>

  10. <script>
  11. import "swiper/dist/css/swiper.css";

  12. import { swiper, swiperSlide } from "vue-awesome-swiper";

  13. export default {
  14.     props: ['swiperItem'],
  15.     components: {
  16.         swiper,
  17.         swiperSlide
  18.     },
  19.     data() {
  20.         return {
  21.             swiperOption: {
  22.                 direction:'vertical',
  23.                 autoplay:{
  24.                     delay:2000
复制代码


分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享分享 分享淘帖
回复

使用道具 举报

  • TA的每日心情

    2018-8-30 20:46
  • 签到天数: 1 天

    [LV.1]初来乍到

    0

    主题

    3

    帖子

    18

    积分

    新手上路

    Rank: 1

    积分
    18
    沙发
    发表于 2018-8-30 20:14:18 | 只看该作者
    楼主问题解决了么,我ajax请求后最后一屏也划不动了
    回复 支持 反对

    使用道具 举报

    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    Archiver|手机版|小黑屋|Swiper中文网 ( 粤ICP备15001020号

    GMT+8, 2024-9-22 19:26 , Processed in 0.059088 second(s), 27 queries .

    Powered by Discuz! X3.2

    © 2001-2013 Comsenz Inc.

    快速回复 返回顶部 返回列表