fix 豆瓣海报无法展示
This commit is contained in:
parent
629ef4167b
commit
c4f88a5368
@ -128,7 +128,7 @@ async function getInfo(id, i) {
|
|||||||
vid = id
|
vid = id
|
||||||
img.value = i
|
img.value = i
|
||||||
let res = await getVideoInfo(id)
|
let res = await getVideoInfo(id)
|
||||||
info.value = res.data.format
|
info.value = res.data.format.replace('img1.doubanio','img9.doubanio')
|
||||||
year.value = res.data.year
|
year.value = res.data.year
|
||||||
imdb = res.data.imdb_link || ""
|
imdb = res.data.imdb_link || ""
|
||||||
console.info(res.data.trans_title.length)
|
console.info(res.data.trans_title.length)
|
||||||
@ -239,4 +239,4 @@ async function addsubscribe() {
|
|||||||
.image {
|
.image {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: block;
|
display: block;
|
||||||
}</style>
|
}</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user