fix: asset
This commit is contained in:
4
cn.js
4
cn.js
@@ -63,13 +63,13 @@ const doReward = async (user, fund) => {
|
||||
userId: user.id,
|
||||
tokenType: 'vic',
|
||||
amount: rewardMine,
|
||||
remain: fund.asset
|
||||
remain: fund.vicFundSum
|
||||
}).save();
|
||||
rewardInvite > 0 && createAction(2, {
|
||||
userId: user.id,
|
||||
tokenType: 'vic',
|
||||
amount: rewardInvite,
|
||||
remain: fund.asset
|
||||
remain: fund.vicFundSum
|
||||
}).save();
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user