8***@qq.com
8***@qq.com
  • 发布:2022-07-06 09:44
  • 更新:2022-07-06 10:23
  • 阅读:497

uni-swiper-dot 滑动后(onchange)怎么获取之前的current索引

分类:uni-app

uni-swiper-dot 滑动后(onchange)怎么知道是往左滑还是右滑?也就是之前的current索引怎么获得?

2022-07-06 09:44 负责人:无 分享
已邀请:
DCloud_UNI_WZF

DCloud_UNI_WZF

可以自己记录一个之前的值,例如:

change(e) {  
    this.preIndex = this.current  
    this.current = e.detail.current  
}
  • 8***@qq.com (作者)

    对,是这样做的。。。哈哈

    2022-07-08 14:22

该问题目前已经被锁定, 无法添加新回复