Browse Source

本架图书默认5层

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

4
src/views/bookRackList.vue

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

Loading…
Cancel
Save