Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 | } |
-
Please register or login to post a comment