From c99f9976a5ef9d8974105feb8fc0580a10adf98c Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期一, 23 十二月 2024 14:58:49 +0800 Subject: [PATCH] 111 --- packageBookService/pages/bookServices/list/index.js | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/packageBookService/pages/bookServices/list/index.js b/packageBookService/pages/bookServices/list/index.js index 63cdf59..1c76ef9 100644 --- a/packageBookService/pages/bookServices/list/index.js +++ b/packageBookService/pages/bookServices/list/index.js @@ -200,6 +200,7 @@ * 鐢ㄦ埛鐐瑰嚮鍙充笂瑙掑垎浜� */ onShareAppMessage() {}, + onShareTimeline() {}, goBack() { wx.navigateBack(); }, @@ -272,6 +273,7 @@ "secondList.options": options, }); const second = [this.data.secondCode]; + console.log(second); this.setData({ "secondList.value": second, }); @@ -410,6 +412,7 @@ "||author*": this.data.searchValue, "||isbn*": this.data.searchValue, "||seriesName*": this.data.searchValue, + "||projectLeader*": this.data.searchValue }; } const query = { @@ -419,6 +422,9 @@ field: "state", }, ], sort, + coverSize: { + width: 180 + }, paging: { start: 0, size: this.data.pageCount.page * 8, -- Gitblit v1.9.1