mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-09-07 16:29:46 +08:00
parent
e500d6be5f
commit
cd0fc68de6
@ -120,7 +120,11 @@ VantComponent({
|
|||||||
}
|
}
|
||||||
|
|
||||||
this.dragging = true;
|
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.setData({ catchMove: true });
|
||||||
this.swipeMove(this.startOffset + this.deltaX);
|
this.swipeMove(this.startOffset + this.deltaX);
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user