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-06-03 16:06:33 +0800
Commit
3d86c0ac5508a9e08fae5b8657671aeb1d5b7c47
1 parent
7f8a6194
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/pages/article/article-detail.vue
apps/pages/article/article-detail.vue
View file @
3d86c0a
...
...
@@ -156,7 +156,7 @@ export default {
setTimeout(() => {
this.fetching = false;
this.$refs.scroll.init();
},
5
00);
},
2
00);
}
const article = get(res, 'data.detailList[0]', this.articleInfo);
...
...
Please
register
or
login
to post a comment