he2802 4 年 前
コミット
cfdddc748d
1 ファイル変更1 行追加1 行削除
  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() {