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