部分文档代码风格统一

This commit is contained in:
sight
2023-04-27 19:35:07 +08:00
parent b0cecd7b03
commit 802cd36da8
15 changed files with 290 additions and 290 deletions

View File

@@ -73,7 +73,7 @@ layui.use(function(){
var that = this;
// if(res.code == 0){ // 上传成功
var tr = that.elemList.find('tr#upload-'+ index)
,tds = tr.children();
var tds = tr.children();
tds.eq(3).html(''); // 清空操作
delete this.files[index]; // 删除文件队列已经上传成功的文件
return;