Authored by lijing

成长值负值,进度为0

@@ -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;