Commit 4e0ee937 by CaIon

删除前端无用log

parent d2dd7d59
...@@ -287,7 +287,7 @@ const LogsTable = () => { ...@@ -287,7 +287,7 @@ const LogsTable = () => {
// data.key = '' + data.id // data.key = '' + data.id
setLogs(logs); setLogs(logs);
setLogCount(logs.length + ITEMS_PER_PAGE); setLogCount(logs.length + ITEMS_PER_PAGE);
console.log(logCount); // console.log(logCount);
} }
const loadLogs = async (startIdx) => { const loadLogs = async (startIdx) => {
......
...@@ -307,7 +307,7 @@ const LogsTable = () => { ...@@ -307,7 +307,7 @@ const LogsTable = () => {
// data.key = '' + data.id // data.key = '' + data.id
setLogs(logs); setLogs(logs);
setLogCount(logs.length + ITEMS_PER_PAGE); setLogCount(logs.length + ITEMS_PER_PAGE);
console.log(logCount); // console.log(logCount);
} }
const loadLogs = async (startIdx) => { const loadLogs = async (startIdx) => {
......
...@@ -131,7 +131,7 @@ const TopUp = () => { ...@@ -131,7 +131,7 @@ const TopUp = () => {
}, []); }, []);
const renderAmount = () => { const renderAmount = () => {
console.log(amount); // console.log(amount);
return amount + '元'; return amount + '元';
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment