Browse Source

修改身份认证成功后需要刷新才显示已认证

master
liaoxinyu 2 years ago
parent
commit
29ce948934
  1. 3
      pages/auth/index.vue

3
pages/auth/index.vue

@ -73,6 +73,9 @@ export default {
} }
} }
}, },
onShow() {
this.getAuthInfo()
},
created(){ created(){
this.getAuthInfo() this.getAuthInfo()
} }

Loading…
Cancel
Save