Authored by lijing

成长值负值,进度为0

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