mirror of
https://gitee.com/layui/layui.git
synced 2025-12-20 03:49:54 +08:00
部分文档代码风格统一
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user