|
|
@ -87,12 +87,12 @@ |
|
|
this.topImg = item.uploadPath |
|
|
this.topImg = item.uploadPath |
|
|
} else if (item.position.indexOf("banner") !=-1) { |
|
|
} else if (item.position.indexOf("banner") !=-1) { |
|
|
this.swiperList.push(item.uploadPath) |
|
|
this.swiperList.push(item.uploadPath) |
|
|
} else if (item.position.indexOf("bottom") !=-1) { |
|
|
} else if (item.position.indexOf("bottom-left") !=-1) { |
|
|
const obj = { |
|
|
const obj = {uploadPath:item.uploadPath,isOpen:item.status} |
|
|
uploadPath:item.uploadPath, |
|
|
this.sceneList[0] = obj |
|
|
isOpen:item.status |
|
|
}else if (item.position.indexOf("bottom-right-top") !=-1){ |
|
|
} |
|
|
const obj = {uploadPath:item.uploadPath,isOpen:item.status} |
|
|
this.sceneList.push(obj) |
|
|
this.sceneList[1] = obj |
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|
|
|
|
|
|
|
|