mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-12-26 18:15:57 +08:00
修复Dall图片下载不更新的bug
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user