mirror of
https://github.com/linux-do/new-api.git
synced 2025-11-11 00:23:42 +08:00
删除前端无用log
This commit is contained in:
@@ -287,7 +287,7 @@ const LogsTable = () => {
|
||||
// data.key = '' + data.id
|
||||
setLogs(logs);
|
||||
setLogCount(logs.length + ITEMS_PER_PAGE);
|
||||
console.log(logCount);
|
||||
// console.log(logCount);
|
||||
}
|
||||
|
||||
const loadLogs = async (startIdx) => {
|
||||
|
||||
@@ -307,7 +307,7 @@ const LogsTable = () => {
|
||||
// data.key = '' + data.id
|
||||
setLogs(logs);
|
||||
setLogCount(logs.length + ITEMS_PER_PAGE);
|
||||
console.log(logCount);
|
||||
// console.log(logCount);
|
||||
}
|
||||
|
||||
const loadLogs = async (startIdx) => {
|
||||
|
||||
@@ -131,7 +131,7 @@ const TopUp = () => {
|
||||
}, []);
|
||||
|
||||
const renderAmount = () => {
|
||||
console.log(amount);
|
||||
// console.log(amount);
|
||||
return amount + '元';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user