fix error

This commit is contained in:
邱博亞 2023-03-11 11:38:23 +08:00
parent a192a000c5
commit 8588431962
1 changed files with 2 additions and 0 deletions

View File

@ -380,6 +380,8 @@ window.GalleryTheater = function() {
setMainPic("prev", true);
} else if (old_index < index) {
setMainPic("next", true);
}else{
setMainPic();
}
return false;
})