| | |
| | | * 用户点击右上角分享 |
| | | */ |
| | | onShareAppMessage() {}, |
| | | onShareTimeline() {}, |
| | | goBack() { |
| | | wx.navigateBack(); |
| | | }, |
| | |
| | | "secondList.options": options, |
| | | }); |
| | | const second = [this.data.secondCode]; |
| | | console.log(second); |
| | | this.setData({ |
| | | "secondList.value": second, |
| | | }); |
| | |
| | | "||author*": this.data.searchValue, |
| | | "||isbn*": this.data.searchValue, |
| | | "||seriesName*": this.data.searchValue, |
| | | "||projectLeader*": this.data.searchValue |
| | | }; |
| | | } |
| | | const query = { |
| | |
| | | field: "state", |
| | | }, ], |
| | | sort, |
| | | coverSize: { |
| | | width: 180 |
| | | }, |
| | | paging: { |
| | | start: 0, |
| | | size: this.data.pageCount.page * 8, |