游客
This commit is contained in:
@@ -171,17 +171,17 @@ import { data } from 'jquery';
|
||||
status:3,
|
||||
shupingList:[],
|
||||
bfaid:null,
|
||||
commentsTabs: [{
|
||||
commentsTabs: [ {
|
||||
name: '书集',
|
||||
value: 3
|
||||
},{
|
||||
name: '最新',
|
||||
value: 1
|
||||
}, {
|
||||
name: '最热',
|
||||
value: 2
|
||||
}, {
|
||||
name: '书集',
|
||||
value: 3
|
||||
}],
|
||||
commentsListTab: 1,
|
||||
commentsListTab: 3,
|
||||
newestpage: 1,
|
||||
hotestpage: 1,
|
||||
booksetpage: 1,
|
||||
@@ -221,7 +221,7 @@ import { data } from 'jquery';
|
||||
this.windowWidth = uni.getSystemInfoSync().windowWidth;
|
||||
console.log(e,'onload')
|
||||
// this.bookid = e.bookid
|
||||
this.getBookList(1, false)
|
||||
this.getBookList(3, false)
|
||||
},
|
||||
computed:{
|
||||
...mapState(['userInfo']),
|
||||
|
||||
Reference in New Issue
Block a user