fix: default
This commit is contained in:
@@ -225,7 +225,7 @@ module.exports = {
|
|||||||
basic: {
|
basic: {
|
||||||
activeFund,
|
activeFund,
|
||||||
revenueLastday,
|
revenueLastday,
|
||||||
revenueAll: fund.fundSum
|
revenueAll: fund.fundSum || 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user