Authored by 李靖

进度条

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