@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<!-- Main Neon Green Card -->
|
||||
<div class="flex h-[668px] justify-center gap-[20px]">
|
||||
<div class="mt-4 flex flex-col justify-center gap-[20px] md:mt-0 md:h-[668px] md:flex-row">
|
||||
<!-- Left Column -->
|
||||
<div class="h-full w-[345px]">
|
||||
<Transition name="fade" mode="out-in">
|
||||
|
||||
@@ -12,7 +12,9 @@
|
||||
<div class="ml-2 flex flex-col justify-center text-white">
|
||||
<div class="text-base font-semibold">{{ userInfo.email }}</div>
|
||||
<div class="flex items-center text-base font-semibold">
|
||||
<span class="mr-0.5 text-3xl">🌞</span> 超级合伙人
|
||||
<span class="mr-0.5 text-3xl">🌞</span> 超级合伙人 返佣比例{{
|
||||
userInfo.referral_percentage
|
||||
}}%
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user