mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2026-07-09 08:01:06 +08:00
Compare commits
No commits in common. "8aecb0e843f833fa74ea37d9fbace741a2f44f33" and "eeef3855529a7f27bcf42fa3ea78826aaf08f71f" have entirely different histories.
8aecb0e843
...
eeef385552
@ -101,9 +101,6 @@ VantComponent({
|
||||
|
||||
setListRect() {
|
||||
return getRect(this, '.van-index-bar').then((rect) => {
|
||||
if (!isDef(rect)) {
|
||||
return;
|
||||
}
|
||||
Object.assign(this, {
|
||||
height: rect.height,
|
||||
top: rect.top + this.scrollTop,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user