style(webapp): 注释和调整前端页面部分元素及代码

This commit is contained in:
Rue Ji
2026-04-04 01:22:16 +08:00
parent b0e2e58d93
commit 784ac30847
3 changed files with 13 additions and 16 deletions

View File

@ -115,7 +115,7 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD
var fileinput = function () {
$('#file').click();
};
var filedel = function () {
var filedel = function (index) {
fileList.splice(index,1)
$('#test').html(initFileInputView())
};