Showing
1 changed file
with
1 additions
and
2 deletions
@@ -164,8 +164,7 @@ module.exports = class extends global.yoho.BaseModel { | @@ -164,8 +164,7 @@ module.exports = class extends global.yoho.BaseModel { | ||
164 | 164 | ||
165 | obj = _.assign(obj, { | 165 | obj = _.assign(obj, { |
166 | nowGrowth: nowGrowth, | 166 | nowGrowth: nowGrowth, |
167 | - nextGrowth: nextGrowth, | ||
168 | - percent: nowGrowth < 7000 ? nowGrowth / 70 : 100 | 167 | + nextGrowth: nextGrowth |
169 | }); | 168 | }); |
170 | 169 | ||
171 | let percent = 0; | 170 | let percent = 0; |
-
Please register or login to post a comment