fix::minter nft 参数错误
This commit is contained in:
parent
487a0552b5
commit
e7e8c994fd
@ -226,13 +226,13 @@ function mintNFT(funId, address, tokenIds, startTime, saltNonce, signature) {
|
|||||||
tokenIds = JSON.parse(tokenIds);
|
tokenIds = JSON.parse(tokenIds);
|
||||||
promiseCb(
|
promiseCb(
|
||||||
funId,
|
funId,
|
||||||
jc.wallet.jcStandard.mintNFT(
|
jc.wallet.jcStandard.mintNFT({
|
||||||
address,
|
address,
|
||||||
tokenIds,
|
tokenIds,
|
||||||
startTime,
|
startTime,
|
||||||
saltNonce,
|
saltNonce,
|
||||||
signature
|
signature,
|
||||||
)
|
})
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
// ======= end of interact with contract =======
|
// ======= end of interact with contract =======
|
||||||
|
Loading…
x
Reference in New Issue
Block a user