|
@ -74,8 +74,10 @@ export default { |
|
|
shelfName: '1', |
|
|
shelfName: '1', |
|
|
leftShelfMsg: '', |
|
|
leftShelfMsg: '', |
|
|
rightShelfMsg: '', |
|
|
rightShelfMsg: '', |
|
|
leftShelfNo: '1201-03-001-A-01', |
|
|
|
|
|
rightShelfNo: '1201-03-001-B-01', |
|
|
|
|
|
|
|
|
// leftShelfNo: '1201-03-001-A-01', |
|
|
|
|
|
// rightShelfNo: '1201-03-001-B-01', |
|
|
|
|
|
leftShelfNo: '', |
|
|
|
|
|
rightShelfNo: '', |
|
|
rackList: [], // 本架图书排行第一 |
|
|
rackList: [], // 本架图书排行第一 |
|
|
otherList: [], // 本架图书排行后两本 |
|
|
otherList: [], // 本架图书排行后两本 |
|
|
newList: [] // 新书推荐 |
|
|
newList: [] // 新书推荐 |
|
@ -130,8 +132,8 @@ export default { |
|
|
}, |
|
|
}, |
|
|
// 初始化首页书架信息 |
|
|
// 初始化首页书架信息 |
|
|
initSmartBookshelf() { |
|
|
initSmartBookshelf() { |
|
|
// this.leftShelfNo = this.$route.query.leftShelfNo |
|
|
|
|
|
// this.rightShelfNo = this.$route.query.rightShelfNo |
|
|
|
|
|
|
|
|
this.leftShelfNo = this.$route.query.leftShelfNo |
|
|
|
|
|
this.rightShelfNo = this.$route.query.rightShelfNo |
|
|
const params = { leftShelfNo: this.leftShelfNo, rightShelfNo: this.rightShelfNo } |
|
|
const params = { leftShelfNo: this.leftShelfNo, rightShelfNo: this.rightShelfNo } |
|
|
// const _this = this |
|
|
// const _this = this |
|
|
initSmartBookshelf(params).then((res) => { |
|
|
initSmartBookshelf(params).then((res) => { |
|
|