更新用户总览图表,删除多余的console.log

This commit is contained in:
Eamon-meng
2025-12-20 10:09:38 +08:00
parent e9881d2521
commit 2e4df24e05
12 changed files with 111 additions and 164 deletions

View File

@@ -52,7 +52,6 @@ export default function Right() {
}
try {
const priceValue = await getPrice(params)
console.log(priceValue, 'priceValue')
if (priceValue.success && priceValue.data?.price) {
const data: PriceData = priceValue.data

View File

@@ -51,7 +51,6 @@ export default function Right() {
}
try {
const priceResponse = await getPrice(params)
console.log(priceResponse, 'priceResponse')
if (priceResponse.success && priceResponse.data) {
const data: PriceData = priceResponse.data