修复Dall图片下载不更新的bug

This commit is contained in:
RockYang
2025-04-03 18:36:38 +08:00
parent c797b35f5a
commit 04caf92702
3 changed files with 28 additions and 15 deletions

View File

@@ -1330,7 +1330,7 @@ const fetchFinishJobs = () => {
if (jobs[i].progress === 100) {
hasDownload = true;
}
jobs[i]["img_thumb"] = "/images/img-placeholder.jpg";
jobs[i]["img_thumb"] = waterfallOptions.loadProps.loading;
}
// 如果当前是第一页,则开启图片下载轮询
if (page.value === 1) {