From d5ff9af6bb6b1974f6e50c3330ea7d8e5ad9fa76 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Thu, 11 Sep 2025 18:32:00 +0800
Subject: [PATCH] 9.11

---
 src/views/my/index.vue |   30 ++++++++++++++++--------------
 1 files changed, 16 insertions(+), 14 deletions(-)

diff --git a/src/views/my/index.vue b/src/views/my/index.vue
index 934dd8a..15f4b01 100644
--- a/src/views/my/index.vue
+++ b/src/views/my/index.vue
@@ -1,26 +1,28 @@
 <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> -->
-	<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>
+      </template> -->
+    </fx-header>
+	<!-- <div>
+		<assets-head title="">
+			
+				<template v-slot:right>
+				  <van-icon name="service-o" size="24" @click="$router.push('/customerService')"></van-icon>
+				</template>
+		</assets-head>
+	</div> -->
     <div class="px-8 mt-4">
+		
       <h1 class="text-2xl font-bold title" v-if="!(userStore.userInfo && userStore.userInfo.token)">{{
         $t('welcome')
         }}&nbsp;{{ $title }}!
       </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>
 
@@ -311,7 +313,7 @@
 
 .my-index {
   padding-bottom: 60px;
-  background: $mainbgWhiteColor;
+  // background: $mainbgWhiteColor;
 
   .title_s {
     font-size: 16px;

--
Gitblit v1.9.3