1
jhzh
2025-10-20 23669f1d566b6a37c4185eda805f6cfda15dd218
src/views/my/index.vue
@@ -1,18 +1,18 @@
<template>
  <section class="my-index" >
    <!-- <fx-header :back="false" :title="$t('my')">
    <!-- <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> -->
   <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 :goHome='true' :title="$t('my')">
      </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 }}!