This commit is contained in:
BianLzhaoMin 2025-05-23 16:02:03 +08:00
parent 1c91a67142
commit 157156faf1
1 changed files with 29 additions and 30 deletions

View File

@ -123,7 +123,8 @@
layer.msg('请求失败') layer.msg('请求失败')
} }
}) })
})
});
// 获取上传的文件 // 获取上传的文件
function getUploadFile() { function getUploadFile() {
@ -153,8 +154,6 @@
} }
getUploadFile() getUploadFile()
})
});
</script> </script>