From a7d3bc2d58b63c0b0d117aeca38e1e3d3c3d5e38 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Wed, 10 Sep 2025 15:12:52 +0800
Subject: [PATCH] 列表结束计时器修改

---
 src/views/my/index.vue |   24 +++++++++++++-----------
 1 files changed, 13 insertions(+), 11 deletions(-)

diff --git a/src/views/my/index.vue b/src/views/my/index.vue
index 934dd8a..428114d 100644
--- a/src/views/my/index.vue
+++ b/src/views/my/index.vue
@@ -1,18 +1,20 @@
 <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 }}!

--
Gitblit v1.9.3