feat(邀请新用户活动): 调整触发懒加载范围

This commit is contained in:
hzj 2026-03-12 11:31:57 +08:00
parent 3b2d345042
commit 235825de89

View File

@ -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)"
>