From 1e92f3921d9c6ff8feb398e1958c4f9d228c9bd8 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Mon, 15 Sep 2025 18:07:46 +0800
Subject: [PATCH] 1

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

diff --git a/src/views/my/index.vue b/src/views/my/index.vue
index 428114d..189f5fb 100644
--- a/src/views/my/index.vue
+++ b/src/views/my/index.vue
@@ -1,18 +1,16 @@
 <template>
   <section class="my-index" >
-    <fx-header  :title="$t('my')">
-     <!-- <template v-slot:right>
+    <!-- <fx-header  back="false" :title="$t('my')">
+      <template v-slot:right>
         <van-icon name="service-o" size="24" @click="$router.push('/customerService')"></van-icon>
       </template> -->
-    </fx-header>
-	<!-- <div>
-		<assets-head title="">
+    <!-- </fx-header> -->
+	<div>
+		<assets-head :goHome='true' :title="$t('my')">
 			
-				<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)">{{

--
Gitblit v1.9.3