Authored by 李靖

进度条

... ... @@ -164,8 +164,7 @@ module.exports = class extends global.yoho.BaseModel {
obj = _.assign(obj, {
nowGrowth: nowGrowth,
nextGrowth: nextGrowth,
percent: nowGrowth < 7000 ? nowGrowth / 70 : 100
nextGrowth: nextGrowth
});
let percent = 0;
... ...