Authored by TaoHuang

fix user

... ... @@ -39,7 +39,7 @@ export default {
...mapState(['yoho'])
},
activated() {
this.$yoho.getUser().then(user => {
this.$sdk.getUser().then(user => {
if (user.uid) {
this.getAllInboxCatInfo();
}
... ...