diff --git a/src/project/tianfuxing/AppMy/AppMy.vue b/src/project/tianfuxing/AppMy/AppMy.vue index b29cfc0..b90e090 100644 --- a/src/project/tianfuxing/AppMy/AppMy.vue +++ b/src/project/tianfuxing/AppMy/AppMy.vue @@ -62,6 +62,12 @@ } }, + onShow () { + if (this.token) { + this.getUserInfo() + } + }, + onLoad () { if (this.token) { this.getUserInfo()