更新用户总览图表,删除多余的console.log
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user