Browse Source

首页图层顺序

h5_css
yanyan 3 years ago
parent
commit
fd0fdae3b6
  1. 12
      pages/index/index.vue

12
pages/index/index.vue

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

Loading…
Cancel
Save