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
Plain Diff
Browse Files
Authored by
ityuany
2019-08-19 11:33:04 +0800
Commit
68dffac0a373bf7bcf6330ef21969de3a9a75c44
2 parents
61d7f7a7
2749e004
Merge branch 'feature/0813/yuany' of git.yoho.cn:fe/yoho-community-web into feature/0813/yuany
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
apps/pages/article/article-nice.vue
package.json
apps/pages/article/article-nice.vue
View file @
68dffac
...
...
@@ -71,13 +71,11 @@ export default {
let end = false;
if (result.code === 200) {
this.page++;
if (get(result, 'data.detailList' || []).length) {
list = result.data.detailList;
}
if (this.page > get(result, 'data.totalPage')) {
if (this.page
++
> get(result, 'data.totalPage')) {
end = true;
}
} else {
...
...
package.json
View file @
68dffac
{
"name"
:
"yoho-community-web"
,
"version"
:
"6.9.8-beta5
1
"
,
"version"
:
"6.9.8-beta5
2
"
,
"private"
:
true
,
"description"
:
"A New Yohobuy Project With Express"
,
"repository"
:
{
...
...
Please
register
or
login
to post a comment