Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
毕凯
2017-05-17 15:29:11 +0800
Commit
a740ec155c264704788def6cac6c3827191c6070
2 parents
bb153601
10960375
Merge branch 'feature/grow' into 'release/5.7'
成长值负值,进度为0 See merge request
!567
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/home/models/grade-new.js
apps/home/models/grade-new.js
View file @
a740ec1
...
...
@@ -169,7 +169,7 @@ module.exports = class extends global.yoho.BaseModel {
let
percent
=
0
;
if
(
nowGrowth
==
=
0
)
{
if
(
nowGrowth
<
=
0
)
{
percent
=
0
;
}
else
if
(
nowGrowth
>
0
&&
nowGrowth
<
800
)
{
percent
=
17
;
...
...
Please
register
or
login
to post a comment