xiugai
This commit is contained in:
parent
1329b02e17
commit
ac1392d8a8
@ -211,7 +211,7 @@
|
|||||||
e.image = baseurl + e.posterPictureUrl
|
e.image = baseurl + e.posterPictureUrl
|
||||||
this.lbinfo.push(e.image)
|
this.lbinfo.push(e.image)
|
||||||
})
|
})
|
||||||
if (res.data.poserInfoList[0].video) {
|
if (res.data.poserInfoList[0].posterVideoUrl) {
|
||||||
res.data.poserInfoList[0].video = baseurl + res.data.poserInfoList[0].posterVideoUrl
|
res.data.poserInfoList[0].video = baseurl + res.data.poserInfoList[0].posterVideoUrl
|
||||||
this.lbinfo.push(res.data.poserInfoList[0].video)
|
this.lbinfo.push(res.data.poserInfoList[0].video)
|
||||||
}
|
}
|
||||||
|
|||||||
@ -246,7 +246,7 @@
|
|||||||
e.image = baseurl + e.posterPictureUrl
|
e.image = baseurl + e.posterPictureUrl
|
||||||
this.swiperImgUrls.push(e.image)
|
this.swiperImgUrls.push(e.image)
|
||||||
})
|
})
|
||||||
if (res.data.poserInfoList[0].video) {
|
if (res.data.poserInfoList[0].posterVideoUrl) {
|
||||||
res.data.poserInfoList[0].video = baseurl + res.data.poserInfoList[0]
|
res.data.poserInfoList[0].video = baseurl + res.data.poserInfoList[0]
|
||||||
.posterVideoUrl
|
.posterVideoUrl
|
||||||
this.swiperImgUrls.push(res.data.poserInfoList[0].video)
|
this.swiperImgUrls.push(res.data.poserInfoList[0].video)
|
||||||
|
|||||||
@ -393,7 +393,7 @@
|
|||||||
e.image = baseurl + e.posterPictureUrl
|
e.image = baseurl + e.posterPictureUrl
|
||||||
this.Banners.push(e.image)
|
this.Banners.push(e.image)
|
||||||
})
|
})
|
||||||
if (res.data.poserInfoList[0].video) {
|
if (res.data.poserInfoList[0].posterVideoUrl) {
|
||||||
res.data.poserInfoList[0].video = baseurl + res.data.poserInfoList[0]
|
res.data.poserInfoList[0].video = baseurl + res.data.poserInfoList[0]
|
||||||
.posterVideoUrl
|
.posterVideoUrl
|
||||||
this.Banners.push(res.data.poserInfoList[0].video)
|
this.Banners.push(res.data.poserInfoList[0].video)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user