去除console

This commit is contained in:
yuyongdong 2024-07-04 17:01:38 +08:00
parent a45f6cb4d3
commit 0ebe520fcf
4 changed files with 5 additions and 10 deletions

View File

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

View File

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

View File

@ -107,11 +107,6 @@ const chainExpolor = (urlPart) => {
return `${base}/tx/${urlPart}`
}
console.log(props.nftData)
</script>
<style lang="scss" scoped>

View File

@ -86,7 +86,7 @@ onMounted(() => {
//
updateOrientation();
}
console.log(isLandscape.value, "-=-=-");
// console.log(isLandscape.value, "-=-=-");
});
onUnmounted(() => {