|
@@ -268,13 +268,15 @@
|
|
|
promoTerminalList({sn:storeShelf.dealerSn}).then(res => {
|
|
|
if(res.status == 200){
|
|
|
res.data&&res.data.map(item => {
|
|
|
- this.carouselList.push({
|
|
|
- image: item.images,
|
|
|
- title: item.title,
|
|
|
- contentType: item.contentType,
|
|
|
- id: item.id,
|
|
|
- name: item.name,
|
|
|
- promoActiveSn: item.promoActiveSn
|
|
|
+ item.imageSet&&item.imageSet.map(k => {
|
|
|
+ this.carouselList.push({
|
|
|
+ image: k,
|
|
|
+ title: item.title,
|
|
|
+ contentType: item.contentType,
|
|
|
+ id: item.id,
|
|
|
+ name: item.name,
|
|
|
+ promoActiveSn: item.promoActiveSn
|
|
|
+ })
|
|
|
})
|
|
|
})
|
|
|
}
|