Browse Source

封面bug

master
x_ying 2 years ago
parent
commit
7374258884
  1. 1
      src/views/newBookRecommend/index.vue

1
src/views/newBookRecommend/index.vue

@ -86,6 +86,7 @@ export default {
isbn: isbn isbn: isbn
} }
FetchCoverByISBN(params).then((res) => { FetchCoverByISBN(params).then((res) => {
console.log(res)
item.cover = window.URL.createObjectURL(res) item.cover = window.URL.createObjectURL(res)
}) })
} }

Loading…
Cancel
Save