Handy_Cao 1 سال پیش
والد
کامیت
f4f4ad5a05
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/packages/mobile/views/mine/profile/Index.vue

+ 2 - 2
src/packages/mobile/views/mine/profile/Index.vue

@@ -1,7 +1,7 @@
 <template>
     <app-view>
         <template #header>
-            <app-navbar :title="title" />
+            <app-navbar :title="$t('mine.profile.title')" />
         </template>
         <CellGroup>
             <Cell :title="$t('mine.profile.invoiceinfo')" :to="{ name: 'mine-invoice' }" is-link />
@@ -21,7 +21,7 @@ import { onActivated } from 'vue'
 defineProps({
     title: {
         type: String,
-        default: i18n.global.t('mine.profile.title'), 
+        default: '', 
     }
 })