删除所有console.log输出,优化评查结果的表格的显示,添加新的页码获取逻辑
This commit is contained in:
+2
-2
@@ -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%';
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user