This commit is contained in:
parent
7fc57ff5e7
commit
d618042960
Binary file not shown.
|
Before Width: | Height: | Size: 146 KiB After Width: | Height: | Size: 142 KiB |
@ -3,7 +3,7 @@
|
||||
class="lucid-glass-bar flex w-full flex-col justify-between rounded-4xl! border-1 border-white px-6 py-7"
|
||||
>
|
||||
<div class="mb-2 flex items-center justify-between border-b-1 border-dashed pb-3">
|
||||
<div class="relative ml-1 text-base font-bold text-white">各端下载量</div>
|
||||
<div class="relative ml-1 text-base font-bold text-white">本月下载量</div>
|
||||
<div class="mr-1 text-2xl font-bold text-white tabular-nums">{{ info.total }}</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
class="lucid-glass-bar flex w-full flex-col justify-between rounded-4xl! border-1 border-white px-6 py-7"
|
||||
>
|
||||
<div class="mb-2 flex items-center justify-between border-b-1 border-dashed pb-3">
|
||||
<div class="relative ml-1 pb-2 text-base font-bold text-white">代理链接实时数据</div>
|
||||
<div class="relative ml-1 pb-2 text-base font-bold text-white">本月链接转化</div>
|
||||
</div>
|
||||
|
||||
<div class="mt-2 flex flex-col gap-2">
|
||||
|
||||
@ -26,7 +26,7 @@ import { toast } from 'vue-sonner'
|
||||
|
||||
const tools = [
|
||||
{ label: 'iOS外区账号教程', url: 'http://getsapp.net/F6Lmev' },
|
||||
{ label: '官方邮箱', url: 'hifastvpn1@gmail.com' },
|
||||
{ label: '软件防丢邮箱(秒回)', url: 'hifastvpn1@gmail.com' },
|
||||
{ label: '软件防丢名片', url: 'https://getsapp.net/PTHZVp' },
|
||||
{ label: '官方X账号', url: 'https://x.com/hifasttech' },
|
||||
]
|
||||
|
||||
@ -4,8 +4,8 @@
|
||||
>
|
||||
<div class="mb-[20px] flex justify-between border-b-1 border-dashed pb-4">
|
||||
<div>
|
||||
<div class="mb-1 text-xl font-bold text-white">最近销售数据</div>
|
||||
<div class="text-sm text-white/40">累计成交订单{{ salesPage.total }}人/次</div>
|
||||
<div class="mb-1 text-base font-bold text-white">本月销售数据</div>
|
||||
<div class="text-sm text-white/40">本月已成交订单{{ salesPage.total }}人/次</div>
|
||||
</div>
|
||||
<Button
|
||||
variant="link"
|
||||
|
||||
@ -12,8 +12,8 @@
|
||||
<div class="my-4 text-left text-sm font-medium text-white/30">
|
||||
{{
|
||||
values.type === 'USDT(TRC20)'
|
||||
? '将佣金提现至您的个人数字钱包,无手续费'
|
||||
: '该方式涉及平台手续费,预计 1-3 个工作日到账'
|
||||
? '提现至您的数字钱包,手续费1USDT,该费率由支付平台收取'
|
||||
: '该提现方式需5%手续费,该费率由支付平台收取'
|
||||
}}
|
||||
</div>
|
||||
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
<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> 超级合伙人
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -40,11 +40,7 @@
|
||||
</Transition>
|
||||
</div>
|
||||
</div>
|
||||
<WalletDialog
|
||||
ref="walletDialogRef"
|
||||
:commission="userInfo.commission || 0"
|
||||
@confirm="init"
|
||||
/>
|
||||
<WalletDialog ref="walletDialogRef" :commission="userInfo.commission || 0" @confirm="init" />
|
||||
<div>
|
||||
<div class="flex flex-col gap-[10px] px-6 pt-8 pb-9">
|
||||
<div class="h-[50px] w-full rounded-[32px] bg-[#222222] px-4 leading-[50px] font-medium">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user