123
dcc
2024-06-29 68a34d95db63a264e7a577051d586ea496c63ca0
src/page/userCenter/index.vue
@@ -1,6 +1,6 @@
<template>
 <template>
  <div class="userCenter">
    <assets-head :goHome="goHome">
    <!-- <assets-head>
      <van-icon
        class="font-45"
        @click="tokefu"
@@ -8,7 +8,7 @@
        :badge="`${unreadMsg_num}`"
      >
      </van-icon>
    </assets-head>
    </assets-head> -->
    <div class="top" v-if="!userInfo.token">
      <div class="title textColor">{{ $t("欢迎来到") }}{{ TITLE }}</div>
      <p class="">{{ $t("全球最大的区块链资产平台") }}</p>
@@ -28,6 +28,7 @@
      <div class="info">
        <p class="textColor">{{ status === 2 ? name : userInfo.username }}</p>
        <span>ID:{{ userInfo.usercode }}</span>
      <span>{{$t('账户')}}:{{ userInfo.email }}</span>
      </div>
    </div>
    <div class="content">
@@ -49,15 +50,16 @@
        <div class="outBtn tabBackground textColor" @click="loginOut">
          {{ $t("退出") }}
        </div>
        <div class="tips">
        <!-- <div class="tips">
          {{
            $t(
              "请不要透漏密码、短信和谷歌验证码给任何人,包括交易所的工作人员。"
            )
          }}
        </div>
        </div> -->
      </div>
    </div>
   <Footer></Footer>
  </div>
</template>
@@ -100,16 +102,11 @@
          icon: require("@/assets/image/userCenter/kefu.png"),
          url: "/customerService",
        },
        {
          name: this.$t("主题模式"),
          icon: require("@/assets/image/userCenter/theme.png"),
          url: "/themeModel",
        },
        {
          name: this.$t("通道切换"),
          icon: require("@/assets/image/userCenter/theme.png"),
          url: "/passageway",
        },
        // {
        //     name: this.$t('主题模式'),
        //     icon: require('@/assets/image/userCenter/theme.png'),
        //     url: '/themeModel'
        // }
      ],
      moreList: [
        {
@@ -122,8 +119,18 @@
          icon: require("@/assets/image/userCenter/about.png"),
          url: "/TermsOfService",
        },
      {
        name: this.$t("下载APP"),
        icon: require("@/assets/image/logo.png"),
        url: "/",
      },
      ],
      safeList: [
        {
          name: this.$t("我的"),
          icon: require("@/assets/image/userCenter/about.png"),
          url: "/profile",
        },
        {
          name: this.$t("安全"),
          icon: require("@/assets/image/userCenter/security.png"),
@@ -136,11 +143,11 @@
        },
      ],
      userList: [
        {
          name: this.$t("邀请推广"),
          icon: require("@/assets/image/userCenter/share.png"),
          url: "/promote",
        },
        // {
        //   name: this.$t("邀请推广"),
        //   icon: require("@/assets/image/userCenter/share.png"),
        //   url: "/promote",
        // },
        {
          name: this.$t("账变记录"),
          icon: require("@/assets/image/userCenter/record.png"),