mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
update point views
This commit is contained in:
@@ -7,6 +7,7 @@ import RegisterAndLogin from '@/components/RegisterAndLogin.vue'
|
||||
import { ACCOUNT_API_URL } from '@/data/constants'
|
||||
import { useMusicRequestProvider } from '@/store/useMusicRequest'
|
||||
import {
|
||||
BookCoins20Filled,
|
||||
CalendarClock24Filled,
|
||||
Chat24Filled,
|
||||
Info24Filled,
|
||||
@@ -112,6 +113,21 @@ const menuOptions = [
|
||||
disabled: accountInfo.value?.isEmailVerified == false,
|
||||
icon: renderIcon(VehicleShip24Filled),
|
||||
},
|
||||
{
|
||||
label: () =>
|
||||
h(
|
||||
RouterLink,
|
||||
{
|
||||
to: {
|
||||
name: 'manage-point',
|
||||
},
|
||||
},
|
||||
{ default: () => '积分和礼物' },
|
||||
),
|
||||
key: 'manage-point',
|
||||
disabled: accountInfo.value?.isEmailVerified == false,
|
||||
icon: renderIcon(BookCoins20Filled),
|
||||
},
|
||||
{
|
||||
label: () =>
|
||||
h(
|
||||
@@ -501,7 +517,7 @@ onMounted(() => {
|
||||
反馈
|
||||
</NTooltip>
|
||||
</NSpace>
|
||||
<NButton v-if="false" @click="gotoAuthPage()" type="info" secondary>
|
||||
<NButton v-if="accountInfo.biliUserAuthInfo" @click="gotoAuthPage()" type="info" secondary>
|
||||
<template #icon>
|
||||
<NIcon :component="BrowsersOutline" />
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user