From 7e721d4dec6d6629370e6dd91e9ebb8a1535852e Mon Sep 17 00:00:00 2001 From: cebgcontract <99630598+cebgcontract@users.noreply.github.com> Date: Wed, 16 Mar 2022 15:00:18 +0800 Subject: [PATCH] change footer for market and mynft --- src/chain/blockchain.ts | 14 +++++++------- src/views/desktop/Market.vue | 2 +- src/views/desktop/MyNft.vue | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/chain/blockchain.ts b/src/chain/blockchain.ts index a6ba9a7..c05da20 100644 --- a/src/chain/blockchain.ts +++ b/src/chain/blockchain.ts @@ -48,7 +48,7 @@ export class Blockchain { loadJson(url: string) { return fetch(url) - .then(response => response.json()) + .then(response => response.json()) } get isWalletConnect() { @@ -91,7 +91,7 @@ export class Blockchain { AppModule.updateAccount(accounts[0]) } if (!this.currentChain) this.currentChain = chainId - this.saveProvider() + this.saveProvider() AppModule.updateChainID(chainId) AppModule.updateWalletStatus(true) console.log('current login chain: ', chainId) @@ -327,11 +327,11 @@ export class Blockchain { } public async signPresale({ type, paymentTokenAddress, price, buyerAddress }: - {type: number - paymentTokenAddress: string - price: any - buyerAddress: string - }) { + {type: number + paymentTokenAddress: string + price: any + buyerAddress: string + }) { const nonce = Math.random() * 100000 | 0 const signMsg = { diff --git a/src/views/desktop/Market.vue b/src/views/desktop/Market.vue index cba7b99..0e96f13 100644 --- a/src/views/desktop/Market.vue +++ b/src/views/desktop/Market.vue @@ -10,7 +10,7 @@ - + > diff --git a/src/views/desktop/MyNft.vue b/src/views/desktop/MyNft.vue index fe274cc..00239d9 100644 --- a/src/views/desktop/MyNft.vue +++ b/src/views/desktop/MyNft.vue @@ -14,7 +14,7 @@ - + >