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
TaoHuang
2019-09-03 18:01:30 +0800
Commit
9297f69e682321012b91ac39f1c0549f321a0501
1 parent
d4fe0f80
fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
apps/pages/article/components/detail/comment-list.vue
package.json
apps/pages/article/components/detail/comment-list.vue
View file @
9297f69
...
...
@@ -100,9 +100,7 @@ export default {
this.page = 1;
this.showMore = false;
if (this.hasComment || this.commentCount) {
this.onFetch();
}
this.onFetch();
},
updateMoreCommentNum(list = []) {
let moreCommentNum = this.commentCount;
...
...
package.json
View file @
9297f69
{
"name"
:
"yoho-community-web"
,
"version"
:
"6.9.11-beta2
1
"
,
"version"
:
"6.9.11-beta2
2
"
,
"private"
:
true
,
"description"
:
"A New Yohobuy Project With Express"
,
"repository"
:
{
...
...
Please
register
or
login
to post a comment