Authored by TaoHuang

fix user

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