diff --git a/pages/nft/iscn/_iscnId.vue b/pages/nft/iscn/_iscnId.vue index 3a8277e8..df3bbaef 100644 --- a/pages/nft/iscn/_iscnId.vue +++ b/pages/nft/iscn/_iscnId.vue @@ -186,6 +186,8 @@ export enum MintState { DONE = '' } +const DEFAULT_MINT_AMOUNT = 32 + @Component({ fetch({ params, redirect }) { if (!params.iscnId) { @@ -262,7 +264,7 @@ export default class NFTMintPage extends Vue { txStatus: string = '' reserveNft: number = 0 - mintAmount: number = this.maxMintAmount + mintAmount: number = DEFAULT_MINT_AMOUNT initialBatch: number = 6 shouldShowNoUrlWarning: boolean = false