fix: hotfix
This commit is contained in:
@@ -107,7 +107,7 @@ FundModel.prototype.addFund = async (txlist = [], option) => {
|
||||
tokenType: 'vic', // 目前设定只能挖出矿晶vic
|
||||
remain: this.asset
|
||||
});
|
||||
actionPromiseList.push(action.save());
|
||||
typeof action.save === 'function' && actionPromiseList.push(action.save());
|
||||
txObj.amount = depositAmount; // 之后返回fundList里的数值需要把区块链的数值乘以比率 !!!!
|
||||
return createNewFund(txObj);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user