Browse Source

本架图书默认5层

master
z_yu 2 years ago
parent
commit
f917982a7d
  1. 2
      src/views/bookRackList.vue

2
src/views/bookRackList.vue

@ -126,9 +126,7 @@ export default {
const shelfNo = res.shelfs[index]
this.$set(this.bookList, shelfNo, res.shelfBook[shelfNo])
}
if (this.listData.length > 0) {
this.initSwiper()
}
setTimeout(() => {
this.loading = false
}, 1000)

Loading…
Cancel
Save