feat(邀请新用户活动): 调整触发懒加载范围
This commit is contained in:
parent
3b2d345042
commit
235825de89
@ -368,7 +368,7 @@
|
||||
:contentStyle="`padding: 0 5vw`"
|
||||
:lazy="true"
|
||||
:immediate="index < 10"
|
||||
:rootMargin="'500px'"
|
||||
:rootMargin="'100px'"
|
||||
:show="rankAllShow"
|
||||
@click="viewUserInfo(listItem.userId)"
|
||||
>
|
||||
@ -523,8 +523,8 @@
|
||||
:imgUrl="imageUrl('rankItemBg')"
|
||||
:contentStyle="`padding: 0 5vw`"
|
||||
:lazy="true"
|
||||
:immediate="index < 20"
|
||||
:rootMargin="'500px'"
|
||||
:immediate="index < 10"
|
||||
:rootMargin="'100px'"
|
||||
:show="rankWeekShow"
|
||||
@click="viewUserInfo(listItem.userId)"
|
||||
>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user