feat(邀请新用户活动): 对接图片背景组件
This commit is contained in:
parent
f60b0eec6a
commit
8c55cfffb3
@ -368,6 +368,8 @@
|
|||||||
:contentStyle="`padding: 0 5vw`"
|
:contentStyle="`padding: 0 5vw`"
|
||||||
:lazy="true"
|
:lazy="true"
|
||||||
:immediate="index < 10"
|
:immediate="index < 10"
|
||||||
|
:rootMargin="'500px'"
|
||||||
|
:show="rankAllShow"
|
||||||
@click="viewUserInfo(listItem.userId)"
|
@click="viewUserInfo(listItem.userId)"
|
||||||
>
|
>
|
||||||
<!-- 基本信息 -->
|
<!-- 基本信息 -->
|
||||||
@ -462,7 +464,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- 周榜 -->
|
<!-- 周榜 -->
|
||||||
<div v-show="rankWeekShow" :key="'week-' + Date.now()">
|
<div v-show="rankWeekShow">
|
||||||
<itemCenter
|
<itemCenter
|
||||||
style="min-height: 205.33vw"
|
style="min-height: 205.33vw"
|
||||||
:imgUrl="imageUrl('rankingBg')"
|
:imgUrl="imageUrl('rankingBg')"
|
||||||
@ -522,6 +524,8 @@
|
|||||||
:contentStyle="`padding: 0 5vw`"
|
:contentStyle="`padding: 0 5vw`"
|
||||||
:lazy="true"
|
:lazy="true"
|
||||||
:immediate="index < 20"
|
:immediate="index < 20"
|
||||||
|
:rootMargin="'500px'"
|
||||||
|
:show="rankWeekShow"
|
||||||
@click="viewUserInfo(listItem.userId)"
|
@click="viewUserInfo(listItem.userId)"
|
||||||
>
|
>
|
||||||
<!-- 基本信息 -->
|
<!-- 基本信息 -->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user