Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
TaoHuang
5 years ago
Commit
7bcc688385d7528cf208915ca16a3797cf99b70c
1 parent
70bf2124
fix user
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/pages/home/indexPage/components/tabs.vue
apps/pages/home/indexPage/components/tabs.vue
View file @
7bcc688
...
...
@@ -39,7 +39,7 @@ export default {
...mapState(['yoho'])
},
activated() {
this.$
yoho
.getUser().then(user => {
this.$
sdk
.getUser().then(user => {
if (user.uid) {
this.getAllInboxCatInfo();
}
...
...
Please
register
or
login
to post a comment