From 2aaa9e8dc8bf91849110347fc772773a8bceb325 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期三, 22 一月 2025 17:23:34 +0800
Subject: [PATCH] 春节公告

---
 packageBookService/pages/bookServices/list/index.js |   16 +++++++++++-----
 1 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/packageBookService/pages/bookServices/list/index.js b/packageBookService/pages/bookServices/list/index.js
index 63cdf59..99c8595 100644
--- a/packageBookService/pages/bookServices/list/index.js
+++ b/packageBookService/pages/bookServices/list/index.js
@@ -131,7 +131,7 @@
     // 鑾峰彇浜岀骇鍒嗙被
     this.getSecondList(`${options.assortCode}\\${options.stairCode}`);
     this.getBookList(`${options.assortCode}\\${options.stairCode}`);
-    // 鑾峰彇閲嶇偣椤圭洰
+    // 鑾峰彇鑾峰鎯呭喌
     this.getProjectList("bookClassification");
     this.getProjectList("newFormsTextbooks");
   },
@@ -200,6 +200,7 @@
    * 鐢ㄦ埛鐐瑰嚮鍙充笂瑙掑垎浜�
    */
   onShareAppMessage() {},
+  onShareTimeline() {},
   goBack() {
     wx.navigateBack();
   },
@@ -272,12 +273,13 @@
         "secondList.options": options,
       });
       const second = [this.data.secondCode];
+      console.log(second);
       this.setData({
         "secondList.value": second,
       });
     });
   },
-  // 鑾峰彇閲嶇偣椤圭洰
+  // 鑾峰彇鑾峰鎯呭喌
   getProjectList(type) {
     this.setData({
       disabledProject: false,
@@ -334,7 +336,7 @@
         this.setData({
           "newTextBook.options": options,
         });
-        console.log("閲嶇偣椤圭洰", this.data.newTextBook);
+        console.log("鑾峰鎯呭喌", this.data.newTextBook);
       }
     });
   },
@@ -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,
@@ -535,7 +541,7 @@
     });
     this.getBookList(this.data.path);
   },
-  // 閲嶇偣椤圭洰鏀瑰彉
+  // 鑾峰鎯呭喌鏀瑰彉
   changeMajorProject(e) {
     this.setData({
       backTop: "#assort-title",
@@ -543,7 +549,7 @@
     });
     this.getBookList(this.data.path);
   },
-  // 閲嶇偣椤圭洰閲嶇疆
+  // 鑾峰鎯呭喌閲嶇疆
   resetMajorProject() {
     this.setData({
       "majorProjectList.value": [],

--
Gitblit v1.9.1