Browse Source

获取首页书架基本信息

master
z_yu 3 years ago
parent
commit
d5b0ad257c
  1. 1
      src/views/index.vue

1
src/views/index.vue

@ -133,6 +133,7 @@ export default {
}) })
}) })
}, },
//
initBookData(bookList) { initBookData(bookList) {
return bookList.map(async(item, index) => { return bookList.map(async(item, index) => {
const newItem = { const newItem = {

Loading…
Cancel
Save