Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-community-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
2019-04-25 16:57:34 +0800
Commit
545b6c05a2bd4c0fa0e2bc638a091c4b22352f8a
1 parent
421e48eb
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/components/widgets/widget-follow.vue
apps/components/widgets/widget-follow.vue
View file @
545b6c0
...
...
@@ -69,7 +69,7 @@ export default {
}
this.loading = true;
const result = this.syncServiceFollow();
const result =
await
this.syncServiceFollow();
this.loading = false;
if (result.code === 200) {
...
...
Please
register
or
login
to post a comment