李凌
2025-09-11 d5ff9af6bb6b1974f6e50c3330ea7d8e5ad9fa76
src/views/my/index.vue
@@ -1,19 +1,18 @@
<template>
  <section class="my-index" >
    <!-- <fx-header :back="false" :title="$t('my')">
      <template v-slot:right>
    <fx-header  :title="$t('my')">
     <!-- <template v-slot:right>
        <van-icon name="service-o" size="24" @click="$router.push('/customerService')"></van-icon>
      </template>
    </fx-header> -->
   <div>
      </template> -->
    </fx-header>
   <!-- <div>
      <assets-head title="">
         <!-- <img src="../../../assets/image/assets-center/exchange.png" alt="exchange-img" class="w-44 h-38"
            @click="goRouter('/customerService')" /> -->
            <template v-slot:right>
              <van-icon name="service-o" size="24" @click="$router.push('/customerService')"></van-icon>
            </template>
      </assets-head>
   </div>
   </div> -->
    <div class="px-8 mt-4">
      
      <h1 class="text-2xl font-bold title" v-if="!(userStore.userInfo && userStore.userInfo.token)">{{
@@ -22,8 +21,8 @@
      </h1>
      <p class="sub-text" v-if="!(userStore.userInfo && userStore.userInfo.token)">{{ $t('全球最大的区块链资产平台') }}</p>
      <p class="w-full flex mt-4 gap-x-4" v-if="!(userStore.userInfo && userStore.userInfo.token)">
        <van-button class="flex-1" round @click="onRoute('/register')">{{ $t('register') }}</van-button>
        <van-button class="flex-1" type="primary" round color="#f7b600" @click="onRoute('/login')">{{ $t('login')
        <van-button class="flex-1" @click="onRoute('/register')">{{ $t('register') }}</van-button>
        <van-button class="flex-1" type="primary" color="#f7b600" @click="onRoute('/login')">{{ $t('login')
          }}</van-button>
      </p>
@@ -314,7 +313,7 @@
.my-index {
  padding-bottom: 60px;
  background: $mainbgWhiteColor;
  // background: $mainbgWhiteColor;
  .title_s {
    font-size: 16px;