From c547081aa61be5c7b6d4c12853c675954c2156eb Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Tue, 10 Feb 2026 14:45:18 +0800
Subject: [PATCH] 1
---
src/views/my/index.vue | 146 ++++++++++++++++++++++++------------------------
1 files changed, 72 insertions(+), 74 deletions(-)
diff --git a/src/views/my/index.vue b/src/views/my/index.vue
index dc5cbf3..d643daf 100644
--- a/src/views/my/index.vue
+++ b/src/views/my/index.vue
@@ -5,7 +5,7 @@
<!-- <van-icon name="service-o" size="18" @click="$router.push('/customerService')"
:badge="`${unread_num}`"></van-icon> -->
<van-badge class="w-35 h-33 mr-22" :content="unreadMsg">
- <van-icon name="service-o" size="26" @click="$router.push('/customerService')" />
+ <van-icon name="service-o" size="18" @click="$router.push('/customerService')" />
</van-badge>
</template>
</fx-header>
@@ -20,10 +20,10 @@
<p class="w-full flex mt-4 gap-x-4" v-if="!(userStore.userInfo && userStore.userInfo.token)">
<van-button class="flex-1" @click="onRoute('/register')">{{
$t("register")
- }}</van-button>
+ }}</van-button>
<van-button class="flex-1" type="primary" @click="onRoute('/login')">{{
$t("login")
- }}</van-button>
+ }}</van-button>
</p>
<div class="mt-4 flex" v-else>
<img class="w-24 h-24" src="@/assets/image/avatar.png" alt="avatar" />
@@ -41,7 +41,7 @@
<!-- <div class="divider"></div> -->
<div v-if="userStore.userInfo && userStore.userInfo.token">
<van-cell-group :title="t('快捷入口')" :border="false"></van-cell-group>
- <van-grid class="van-grid-main" :column-num="4" :border="false">
+ <van-grid class="van-grid-main" :column-num="5" :border="false">
<van-grid-item v-for="(item, index) in quickList" :key="index" icon="photo-o" :to="item.path"
:text="t(item.name)">
<template #icon>
@@ -70,10 +70,10 @@
? $t("reviewing")
: status == 2
? $t("verified")
- : status == 3
- ? $t("noPassView")
- : ""
- }}</span>
+ : status == 3
+ ? $t("noPassView")
+ : ""
+ }}</span>
</div>
<div v-if="_item.path === '/advancedCtf' && _item.show === true">
<span :class="{
@@ -87,10 +87,10 @@
? $t("reviewing")
: kycHighStatus == 2
? $t("verified")
- : kycHighStatus == 3
- ? $t("noPassView")
- : ""
- }}</span>
+ : kycHighStatus == 3
+ ? $t("noPassView")
+ : ""
+ }}</span>
</div>
</van-cell>
</van-cell-group>
@@ -99,7 +99,7 @@
<p class="w-full flex mt-4 gap-x-4">
<van-button type="primary" class="flex-1" @click="loginOut">{{
$t("loginOut")
- }}</van-button>
+ }}</van-button>
</p>
</div>
<!-- <button style="height: 200px;" @click="changeTheme">哈哈</button> -->
@@ -119,10 +119,6 @@
import store from "@/store/store";
import { _getUnreadMsg } from '@/service/im.api';
import { themeStore } from "@/store/theme";
-import { getTimeZone } from "@/utils/day.js";
-console.log("时区", getTimeZone());
-
-
const { t } = useI18n();
const { toClipboard } = useClipboard();
@@ -133,33 +129,33 @@
const status = ref(null);
const kycHighStatus = ref(null);
const unreadMsg = ref('');
-const state = reactive({
- cellList: [
- {
- title: t("safe"),
- list: [
- { icon: "shield-o", title: t("safe"), path: "/safety" },
- { icon: "setting-o", title: t("changePassword"), path: "/changePassword" },
- { icon: addBankIcon, title: t("添加提款方式"), path: "/payMentMethod/list" },
- ],
- },
- {
- title: t("universal"),
- list: [
- { icon: "font-o", title: t("language"), path: "/language" },
- { icon: "service-o", title: t("onLineService"), path: "/customerService" },
- {
- icon: "idcard",
- title: t("authVerify"),
- path: "/certificationCenter",
- show: true,
- },
- { icon: "todo-list-o", title: t("账变记录"), path: "/cryptos/accountChange" },
- { icon: "gold-coin-o", title: t("计价方式"), path: "/cryptos/exchangeRate" },
- ],
- },
- ],
-});
+// const state = reactive({
+// cellList: [
+// {
+// title: t("safe"),
+// list: [
+// { icon: "shield-o", title: t("safe"), path: "/safety" },
+// { icon: "setting-o", title: t("changePassword"), path: "/changePassword" },
+// { icon: addBankIcon, title: t("AddPaymentMethod"), path: "/payMentMethod/list" },
+// ],
+// },
+// {
+// title: t("universal"),
+// list: [
+// { icon: "font-o", title: t("language"), path: "/language" },
+// { icon: "service-o", title: t("onLineService"), path: "/customerService" },
+// {
+// icon: "idcard",
+// title: t("authVerify"),
+// path: "/certificationCenter",
+// show: true,
+// },
+// { icon: "todo-list-o", title: t("账变记录"), path: "/cryptos/accountChange" },
+// { icon: "gold-coin-o", title: t("计价方式"), path: "/cryptos/exchangeRate" },
+// ],
+// },
+// ],
+// });
const quickList = reactive([
{
name: "安全",
@@ -185,14 +181,14 @@
import.meta.url
),
},
- // {
- // name: "邀请推广",
- // path: "/promote",
- // icon: new URL(
- // `../../assets/theme/${thStore.theme}/image/assets-center/fast-icon4.png`,
- // import.meta.url
- // ),
- // },
+ {
+ name: "邀请推广",
+ path: "/promote",
+ icon: new URL(
+ `../../assets/theme/${thStore.theme}/image/assets-center/fast-icon4.png`,
+ import.meta.url
+ ),
+ },
{
name: "authVerify",
path: "/certificationCenter",
@@ -253,36 +249,39 @@
path: "/certificationCenter",
show: true,
},
- // {
- // icon: new URL(
- // "../../assets/image/assets-center/AdvancedCertification.png",
- // import.meta.url
- // ),
- // title: t("高级认证"),
- // path: "/advancedCtf",
- // show: true,
- // },
+ {
+ icon: new URL(
+ "../../assets/image/assets-center/AdvancedCertification.png",
+ import.meta.url
+ ),
+ title: t("高级认证"),
+ path: "/advancedCtf",
+ show: true,
+ },
// { icon: 'todo-list-o', title: t('账变记录'), path: '/cryptos/accountChange' },
- // {
- // icon: new URL(
- // "../../assets/image/assets-center/valuation.png",
- // import.meta.url
- // ),
- // title: t("计价方式"),
- // path: "/cryptos/exchangeRate",
- // },
+ {
+ icon: new URL(
+ "../../assets/image/assets-center/valuation.png",
+ import.meta.url
+ ),
+ title: t("计价方式"),
+ path: "/cryptos/exchangeRate",
+ },
{
icon: new URL(
"../../assets/image/assets-center/AddPaymentMethod.png",
import.meta.url
),
- title: t("添加提款方式"),
+ title: t("AddPaymentMethod"),
path: "/payMentMethod/list",
},
{
- icon: new URL("../../assets/image/assets-center/help.png", import.meta.url),
- title: t("W-8BEN Form"),
- path: "/w8ben",
+ icon: new URL(
+ "../../assets/theme/dark/image/footer/optional.png",
+ import.meta.url
+ ),
+ title: t("Optional"),
+ path: "/optional",
},
],
},
@@ -294,7 +293,6 @@
{
title: t("更多"),
list: [
- { title: t('信用贷'), icon: new URL(`../../assets/image/assets-center/AddPaymentMethod.png`, import.meta.url), path: '/cryptos/loan' },
{
icon: new URL("../../assets/image/assets-center/help.png", import.meta.url),
title: t("帮助中心"),
--
Gitblit v1.9.3