From 339603d4b74f9d3bbfe037709d915d5fbc38c9aa Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期五, 27 九月 2024 17:10:25 +0800 Subject: [PATCH] rwd --- packageBookService/pages/bookServices/list/index.js | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/packageBookService/pages/bookServices/list/index.js b/packageBookService/pages/bookServices/list/index.js index 280fb23..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(); }, @@ -411,6 +412,7 @@ "||author*": this.data.searchValue, "||isbn*": this.data.searchValue, "||seriesName*": this.data.searchValue, + "||projectLeader*": this.data.searchValue }; } const query = { -- Gitblit v1.9.1