收藏
回答

更改KSwiper 的current 没有反应?


为啥更改current 和bindchange 没有反应

回答关注问题邀请回答
收藏

3 个回答

  • 小肥羊🍊
    小肥羊🍊
    2020-03-30

    谁有KSwiper的链接??

    2020-03-30
    有用
    回复 2
  • 苏俊洋
    苏俊洋
    2020-03-30

    html

      <KSwiper
        :indicator-dots="indicatorDots"
        :circular="circularFlag"
        :autoplay="autoplay"
        :duration="duration"
        :interval="interval"
      >
        <KSwiperItem v-for="(item, index) in background" :key="index">
          <KView :class="'swiper-item ' + item" />
        </KSwiperItem>
      </KSwiper>
    
    

    css

    .swiper-item {
      height: 200px;
      width: 100%;
    }
    
    
    .three {
      background: green;
    }
    .two {
      background: yellow;
    }
    .one {
      background: red;
    }
    
    

    js

    background: ['one', 'two', 'three'],
    
    

    我是根据官网的例子来写的,最后出来的效果是这样的。不懂这个东西具体怎么用?可以写个比较全一点的案例吗?谢谢


    效果图如下:

    我觉得是KSwiper没有设置高度,结果我设置了高度,还是一样的效果。请指点一下,谢谢

    2020-03-30
    有用
    回复 2
  • 小程序技术专员-villainhr
    小程序技术专员-villainhr
    2020-03-09

    把 :current 改成 v-model,change 事件可以修改为 @change 来调试下

    ------

    收到,这个问题我看看,有结论会同步一下

    2020-03-09
    有用
    回复 2
    • 苏俊洋
      苏俊洋
      2020-03-31
      我修改current的值,页面不会切换到对应的页面。我用的是
      2020-03-31
      回复
    • 陆离
      陆离
      2020-05-20
      我也遇到这个问题了,请问你现在解决了吗
      2020-05-20
      回复
登录 后发表内容
问题标签