This commit is contained in:
xjiangyan 2024-03-07 10:17:18 +08:00
parent 281c1e6f96
commit e123755f0e
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ new Vue({
console.log("getRangeImage length: " + length)
for (let j = startIndex; j < startIndex + length; j++) {
that.urls[j] = list[j - startIndex].imageName
that.urls[j] = list[j - startIndex]
}
})