fix 豆瓣海报无法展示
This commit is contained in:
parent
629ef4167b
commit
c4f88a5368
@ -128,7 +128,7 @@ async function getInfo(id, i) {
|
||||
vid = id
|
||||
img.value = i
|
||||
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
|
||||
imdb = res.data.imdb_link || ""
|
||||
console.info(res.data.trans_title.length)
|
||||
|
Loading…
Reference in New Issue
Block a user