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
Plain Diff
Browse Files
Authored by
TaoHuang
2019-11-20 14:52:07 +0800
Commit
3e50a6e558e2c3465111829f649c5689bb08dd35
2 parents
9d262af5
fe0f9a38
Merge branch 'hotfix/income' of
http://git.yoho.cn/fe/xianyu-ufo-app-web
into hotfix/income
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
apps/pages/home/tradeIncome/tradeIncome.vue
package.json
apps/pages/home/tradeIncome/tradeIncome.vue
View file @
3e50a6e
...
...
@@ -48,7 +48,7 @@ export default {
loadingOptions() {
return {
hide: !this.totalPage,
noMore: this.page > this.totalPage
noMore: this.page >
=
this.totalPage
};
}
},
...
...
@@ -83,7 +83,7 @@ export default {
let { page, pagetotal } = res.data || {};
this.page = page || 0;
this.
pageTotal
= pagetotal || 0;
this.
totalPage
= pagetotal || 0;
}
});
}
...
...
package.json
View file @
3e50a6e
{
"name"
:
"xianyu-ufo-app-web"
,
"version"
:
"0.0.
5
"
,
"version"
:
"0.0.
6
"
,
"private"
:
true
,
"description"
:
"Xianyu Project With Express"
,
"repository"
:
{
...
...
Please
register
or
login
to post a comment