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