he2802 %!s(int64=4) %!d(string=hai) anos
pai
achega
cfdddc748d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      components/my.vue

+ 1 - 1
components/my.vue

@@ -167,6 +167,7 @@ export default {
 		refresher(){
 			let that = this
 			this.init()
+			this.$api.refreshUserInfo();
 			setTimeout(function(){
 				that.triggered = false
 			},500)
@@ -209,7 +210,6 @@ export default {
 			this.$store.state.allowLoading= false
 			const firstFunc = await this.getInfoAttached();
 			const seciedFunc = await this.getLevel();
-	//		this.$api.refreshUserInfo();
 			this.$store.state.allowLoading = true
 		},
 		jumpPopup() {