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) - -