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
Email Patches
Plain Diff
Browse Files
Authored by
lijing
2017-05-17 15:25:22 +0800
Commit
1096037534a6777426f97e668b343bcf17104244
1 parent
580d66c9
成长值负值,进度为0
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 @
1096037
...
...
@@ -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