Merge branch 'feature/grow' into 'release/5.7'
分页+-错误 See merge request !570
Showing
2 changed files
with
3 additions
and
2 deletions
@@ -272,7 +272,8 @@ module.exports = class extends global.yoho.BaseModel { | @@ -272,7 +272,8 @@ module.exports = class extends global.yoho.BaseModel { | ||
272 | build.push({ | 272 | build.push({ |
273 | title: val.typeDesc, | 273 | title: val.typeDesc, |
274 | time: _formatDay(val.createTime * 1000), | 274 | time: _formatDay(val.createTime * 1000), |
275 | - value: val.growthValue | 275 | + value: val.growthValue, |
276 | + plus: val.growthValue >= 0 ? true : false | ||
276 | }); | 277 | }); |
277 | }); | 278 | }); |
278 | 279 |
-
Please register or login to post a comment