mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-08-07 22:01:15 +08:00
[bugfix] Collapse: height not change (#1846)
This commit is contained in:
parent
c92cec52e0
commit
bc41e82c34
@ -42,6 +42,9 @@ VantComponent({
|
|||||||
.then(nextTick)
|
.then(nextTick)
|
||||||
.then(() => {
|
.then(() => {
|
||||||
this.set({ transition: true });
|
this.set({ transition: true });
|
||||||
|
})
|
||||||
|
.then(() => {
|
||||||
|
this.onTransitionEnd();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user