From 890470d62605b5c13c7e21beea9d16f1c43c4925 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Fri, 05 Sep 2025 16:22:26 +0800
Subject: [PATCH] 1
---
src/views/my/index.vue | 15 +++++++--------
1 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/src/views/my/index.vue b/src/views/my/index.vue
index bfcfedb..428114d 100644
--- a/src/views/my/index.vue
+++ b/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)">{{
--
Gitblit v1.9.3