|
@ -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) |
|
|