From 0ebe520fcf1a25264ac76326ab2b73b3a766b831 Mon Sep 17 00:00:00 2001 From: yuyongdong Date: Thu, 4 Jul 2024 17:01:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4console?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/assets/hanging.vue | 2 +- src/components/assets/myCard.vue | 6 +++--- src/components/common/tradingCard.vue | 5 ----- src/views/AboutView.vue | 2 +- 4 files changed, 5 insertions(+), 10 deletions(-) diff --git a/src/components/assets/hanging.vue b/src/components/assets/hanging.vue index 28a1854..6f6cfc2 100644 --- a/src/components/assets/hanging.vue +++ b/src/components/assets/hanging.vue @@ -55,7 +55,7 @@ const getHistoryList = async () => { if(myAddress.value) { let mySellNftList = [] let res = await apiHangingState(data) - console.log(res) + // console.log(res) res = res.rows.filter((item,index) => { return item.nft.owner_address == myAddress.value }) diff --git a/src/components/assets/myCard.vue b/src/components/assets/myCard.vue index 3af3ed1..e22b79f 100644 --- a/src/components/assets/myCard.vue +++ b/src/components/assets/myCard.vue @@ -138,7 +138,7 @@ const lockToGame = async(type) => { title: '', message: ' After the hero links, you can use in the game, and can re-link in the game, whether to continue the next link?' }).show() - console.log('confirmResult',confirmResult) + // console.log('confirmResult',confirmResult) if (confirmResult.errcode == 0) { lockToGameConfirm() } @@ -153,7 +153,7 @@ const lockToGameConfirm = async () => { message.success('lockToGame success') router.go(-1) } catch (e) { - console.log('lockToGame fail', e.message) + // console.log('lockToGame fail', e.message) message.error('lockToGame fail.') } } @@ -164,7 +164,7 @@ const nftPrice = ref('-') const icon = ref('') const cardPrice = async (val) => { let nftData = await getNftData(toRaw(val)) - console.log(nftData) + // console.log(nftData) if (nftData?.event?.data) { const data = formatPrice(nftData?.event?.data) icon.value = data.icon diff --git a/src/components/common/tradingCard.vue b/src/components/common/tradingCard.vue index 537f698..a710a1e 100644 --- a/src/components/common/tradingCard.vue +++ b/src/components/common/tradingCard.vue @@ -107,11 +107,6 @@ const chainExpolor = (urlPart) => { return `${base}/tx/${urlPart}` } - - -console.log(props.nftData) - -