fix: 总收益bug
This commit is contained in:
@@ -235,7 +235,7 @@ module.exports = {
|
||||
basic: {
|
||||
activeFund,
|
||||
revenueLastday,
|
||||
revenueAll: fund.fundSum || 0
|
||||
revenueAll: fund.asset && fund.asset['vic']
|
||||
}
|
||||
}
|
||||
});
|
||||
@@ -257,7 +257,7 @@ module.exports = {
|
||||
basic: {
|
||||
activeFund,
|
||||
revenueLastday,
|
||||
revenueAll: newFund.fundSum
|
||||
revenueAll: newFund.asset['vic']
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user