|
|
@@ -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() {
|