diff --git a/src/views/mobile/SettingsPage.vue b/src/views/mobile/SettingsPage.vue index f6d4ce31..f42ca3fb 100644 --- a/src/views/mobile/SettingsPage.vue +++ b/src/views/mobile/SettingsPage.vue @@ -16,6 +16,7 @@ {{ $t('Application') }} @@ -26,6 +27,7 @@ @@ -55,6 +57,7 @@ @@ -101,6 +104,7 @@ export default { const self = this; return { + currentLocale: this.$i18n.locale, isEnableApplicationLock: self.$settings.isEnableApplicationLock(), logouting: false }; @@ -208,6 +212,7 @@ export default { }, methods: { onPageAfterIn() { + this.currentLocale = this.$i18n.locale; this.isEnableApplicationLock = this.$settings.isEnableApplicationLock(); }, logout() {