From 248663fdbd3d10798810a8bc15db7cc48419594c Mon Sep 17 00:00:00 2001 From: MaysWind Date: Sat, 19 Dec 2020 01:19:58 +0800 Subject: [PATCH] fix bug --- src/views/mobile/Settings.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/mobile/Settings.vue b/src/views/mobile/Settings.vue index 7ed2418a..5ef15b0c 100644 --- a/src/views/mobile/Settings.vue +++ b/src/views/mobile/Settings.vue @@ -104,6 +104,7 @@ export default { }, set: function (value) { this.$locale.setLanguage(value); + this.exchangeRatesLastUpdateDate = this.getExchangeRatesLastUpdateDate(); } }, isAutoUpdateExchangeRatesData: {