mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
[bugfix] Collapse: fix collapse-item height error when set content async (#1094)
fix #1074
This commit is contained in:
parent
5aacd6ca1b
commit
a1b87f510f
@ -58,11 +58,9 @@ VantComponent({
|
||||
|
||||
updateStyle(expanded) {
|
||||
if (expanded) {
|
||||
this.getRect('.van-collapse-item__content').then(res => {
|
||||
this.set({
|
||||
contentHeight: res.height ? res.height + 'px' : null
|
||||
this.set({
|
||||
contentHeight: 'auto'
|
||||
});
|
||||
});
|
||||
} else {
|
||||
this.set({
|
||||
contentHeight: 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user