页面完善
This commit is contained in:
@@ -146,14 +146,14 @@
|
||||
getData() {
|
||||
this.bokMesDet.userId = this.userInfo.id
|
||||
|
||||
// 获取输家 列表
|
||||
// 获取书架列表
|
||||
this.$http
|
||||
.post('book/bookshelf/getUserBookshelf', {
|
||||
'userId': this.userInfo.id
|
||||
})
|
||||
.then(res => {
|
||||
this.bookData = res.userBookshelf
|
||||
|
||||
console.log(res)
|
||||
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user