This commit is contained in:
chaosBreaking
2019-09-29 13:40:51 +08:00
parent f918c628c4
commit 695591c4f7

View File

@@ -99,7 +99,7 @@ FundModel.prototype.hasNewDeposit = async function () {
• 如果直接上家不是金,就平分 3% 给上线所有银会员
• 2% 给上线所有金会员平分
*/
FundModel.prototype.addFund = async (txlist = [], option) => {
FundModel.prototype.addFund = async function (txlist = [], option) {
let newSum = 0;
const actionPromiseList = [];
const newFundList = txlist.map(txObj => {