This commit is contained in:
liushiwei
2023-10-19 00:03:01 +08:00
parent 17986a574b
commit e52e62c1d5
7 changed files with 190 additions and 25 deletions

View File

@@ -148,7 +148,7 @@ function init() {
var imgObjList = document.querySelectorAll('div.aplus-v2 img')
for (var i = 0; i < imgObjList.length; i++) {
baseList.push({type: 0, index: i+1, src: imgObjList[i].getAttribute('data-src'), folder: imgsDetail})
baseList.push({type: 0, index: i+1, src: imgObjList[i].getAttribute('data-src') || imgObjList[i].src, folder: imgsDetail})
}
for (var k = 0; k < baseList.length; k++) {