Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion svr/web-res/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5380,7 +5380,7 @@ axios.get("/api/comm/initData?turn="+useTurn, {}).then(async (initData) => {
});

// 删除的文件如果是最后一个文件,关闭下接收文件弹窗
if(this.receiveFileRecoderList === 0){
if(this.receiveFileRecoderList.length === 0){
this.clickReceiveFile(true)
}
},
Expand Down