小程序
小游戏
企业微信
微信支付
扫描小程序码分享
为啥更改current 和bindchange 没有反应
3 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
谁有KSwiper的链接??
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
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没有设置高度,结果我设置了高度,还是一样的效果。请指点一下,谢谢
把 :current 改成 v-model,change 事件可以修改为 @change 来调试下
------
收到,这个问题我看看,有结论会同步一下
v-model="current"
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
谁有KSwiper的链接??
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没有设置高度,结果我设置了高度,还是一样的效果。请指点一下,谢谢
把 :current 改成 v-model,change 事件可以修改为 @change 来调试下
------
收到,这个问题我看看,有结论会同步一下
v-model="current"