mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
parent
e500d6be5f
commit
cd0fc68de6
@ -120,7 +120,11 @@ VantComponent({
|
||||
}
|
||||
|
||||
this.dragging = true;
|
||||
ARRAY.filter((item) => item !== this).forEach((item) => item.close());
|
||||
|
||||
ARRAY.filter(
|
||||
(item) => item !== this && item.offset !== 0
|
||||
).forEach((item) => item.close());
|
||||
|
||||
this.setData({ catchMove: true });
|
||||
this.swipeMove(this.startOffset + this.deltaX);
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user