diff --git a/components/MintPageContainer.vue b/components/MintPageContainer.vue index 1531788f..754c02f9 100644 --- a/components/MintPageContainer.vue +++ b/components/MintPageContainer.vue @@ -73,7 +73,7 @@ export default class Min5PageContainer extends Vue { get isUsingLikerLandApp() { - return this.walletType === 'likerland_app' + return this.walletType === 'liker-id' } get googleFormUrl() { diff --git a/pages/nft/iscn/_iscnId.vue b/pages/nft/iscn/_iscnId.vue index 00bdb567..7c8ff192 100644 --- a/pages/nft/iscn/_iscnId.vue +++ b/pages/nft/iscn/_iscnId.vue @@ -514,7 +514,7 @@ export default class NFTTestMintPage extends Vue { } } - @Watch('maxMintAmount') + @Watch('maxMintAmount', { immediate: true }) onMaxMintAmount(max: number) { if (this.mintAmount > max) { this.mintAmount = max