diff --git a/config.xml b/config.xml index 0ff1100b..7899f02a 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + firefly stellar wallet diff --git a/package.json b/package.json index 3b156ac2..9424a518 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "firefly", - "version": "2.0.0", + "version": "2.0.1", "description": "stellar mobile wallet", "repository": { "type": "git", diff --git a/src/components/FullK.vue b/src/components/FullK.vue index 74574a63..7829408e 100644 --- a/src/components/FullK.vue +++ b/src/components/FullK.vue @@ -42,11 +42,11 @@
-
{{$t('week')}}
-
{{$t('day')}}
-
{{$t('hour')}}
-
15{{$t('minute')}}
-
1{{$t('minute')}}
+
{{$t('week')}}
+
{{$t('day')}}
+
{{$t('hour')}}
+
15{{$t('minute')}}
+
1{{$t('minute')}}
@@ -443,6 +443,17 @@ export default { ] } }, // end of koption + chgResolutionKey(key){ + this.chgResolution(key) + this.reloadAll() + }, + reloadAll(){ + this.cleanData() + this.initView(); + this.fetch(); + this.fetchLastTradeAggregation() + this.fetchLastTrade() + } }, components: { diff --git a/src/components/K.vue b/src/components/K.vue index 0ebcd448..04636ace 100644 --- a/src/components/K.vue +++ b/src/components/K.vue @@ -3,7 +3,7 @@ * @Author: mazhaoyong@gmail.com * @Date: 2018-01-25 11:53:34 * @Last Modified by: mazhaoyong@gmail.com - * @Last Modified time: 2018-04-20 16:24:46 + * @Last Modified time: 2018-04-28 16:50:33 * @License: MIT */