删除所有console.log输出,优化评查结果的表格的显示,添加新的页码获取逻辑

This commit is contained in:
2025-06-02 18:55:00 +08:00
parent 820baa5b22
commit b02978508d
71 changed files with 862 additions and 572 deletions
+2 -2
View File
@@ -955,7 +955,7 @@
statusText.textContent = '上传成功';
// 实际应用中应该使用AJAX请求上传文件
console.log('文件上传成功:', fileName, metadata);
// console.log('文件上传成功:', fileName, metadata);
// 检查是否所有文件都已上传
const allUploaded = Array.from(document.querySelectorAll('.file-status')).every(
@@ -1010,7 +1010,7 @@
// })
// .then(response => response.json())
// .then(data => {
// console.log('上传成功:', data);
// // console.log('上传成功:', data);
// statusText.textContent = '上传成功';
// progressBar.style.width = '100%';
//