feat(邀请新用户活动): 新增图源,并调整样式
This commit is contained in:
parent
ebd5d19d17
commit
cced68bb9f
@ -38,17 +38,17 @@
|
|||||||
>
|
>
|
||||||
<div style="font-weight: 590; font-size: 0.7em">{{ t('enter_invitation_code') }}</div>
|
<div style="font-weight: 590; font-size: 0.7em">{{ t('enter_invitation_code') }}</div>
|
||||||
</itemCenter>
|
</itemCenter>
|
||||||
<!-- <itemCenter
|
<itemCenter
|
||||||
style="width: 40%; min-height: 15.63vw"
|
style="width: 40%; min-height: 15.63vw"
|
||||||
:imgUrl="imageUrl('BtBg')"
|
:imgUrl="imageUrl('BtBg')"
|
||||||
:contentStyle="`direction: ltr;justify-content: center;inset: 1vw 6vw 0 1vw;`"
|
:contentStyle="`direction: ltr;justify-content: center;inset: 1vw 6vw 0 1vw;`"
|
||||||
@click="enterCodeShow = true"
|
@click="enterCodeShow = true"
|
||||||
>
|
>
|
||||||
<div style="font-weight: 590; font-size: 0.7em">{{ t('enter_invitation_code') }}</div>
|
<div style="font-weight: 590; font-size: 0.7em">{{ t('enter_invitation_code') }}</div>
|
||||||
</itemCenter> -->
|
</itemCenter>
|
||||||
|
|
||||||
<!-- 前往邀请人信息页 -->
|
<!-- 前往邀请人信息页 -->
|
||||||
<itemCenter
|
<!-- <itemCenter
|
||||||
v-else-if="leftBtType === 'privateChat'"
|
v-else-if="leftBtType === 'privateChat'"
|
||||||
style="width: 40%; min-height: 15.63vw"
|
style="width: 40%; min-height: 15.63vw"
|
||||||
:imgUrl="imageUrl('BtBg')"
|
:imgUrl="imageUrl('BtBg')"
|
||||||
@ -56,7 +56,7 @@
|
|||||||
@click="gotoPrivateChat(myInviter.inviterInfo?.userId)"
|
@click="gotoPrivateChat(myInviter.inviterInfo?.userId)"
|
||||||
>
|
>
|
||||||
<div style="font-weight: 590; font-size: 0.6em">{{ t('contact_your_inviter') }}</div>
|
<div style="font-weight: 590; font-size: 0.6em">{{ t('contact_your_inviter') }}</div>
|
||||||
</itemCenter>
|
</itemCenter> -->
|
||||||
<!-- <itemCenter
|
<!-- <itemCenter
|
||||||
style="width: 40%; min-height: 15.63vw"
|
style="width: 40%; min-height: 15.63vw"
|
||||||
:imgUrl="imageUrl('BtBg')"
|
:imgUrl="imageUrl('BtBg')"
|
||||||
@ -676,7 +676,12 @@
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<!-- 按钮 -->
|
<!-- 按钮 -->
|
||||||
<div style="width: 16vw" @click="confirm"></div>
|
<img
|
||||||
|
:src="imageUrl(getImgName('confirmBt'))"
|
||||||
|
alt=""
|
||||||
|
style="display: block; width: 16vw; object-fit: contain"
|
||||||
|
@click="confirm"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- 邀请奖励 -->
|
<!-- 邀请奖励 -->
|
||||||
@ -807,7 +812,7 @@
|
|||||||
style="
|
style="
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
|
|
||||||
padding: 20vw 0 10vw;
|
padding: 25vw 0 10vw;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user