Showing
1 changed file
with
1 additions
and
1 deletions
@@ -169,7 +169,7 @@ module.exports = class extends global.yoho.BaseModel { | @@ -169,7 +169,7 @@ module.exports = class extends global.yoho.BaseModel { | ||
169 | 169 | ||
170 | let percent = 0; | 170 | let percent = 0; |
171 | 171 | ||
172 | - if (nowGrowth === 0) { | 172 | + if (nowGrowth <= 0) { |
173 | percent = 0; | 173 | percent = 0; |
174 | } else if (nowGrowth > 0 && nowGrowth < 800) { | 174 | } else if (nowGrowth > 0 && nowGrowth < 800) { |
175 | percent = 17; | 175 | percent = 17; |
-
Please register or login to post a comment