From 366de5b4636679392a1e3d2984fc23bd5eaa5ac3 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期二, 27 八月 2024 17:48:03 +0800
Subject: [PATCH] wenti

---
 pages/bookExhibitionList/index.js |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/pages/bookExhibitionList/index.js b/pages/bookExhibitionList/index.js
index 91877cb..1fbd64b 100644
--- a/pages/bookExhibitionList/index.js
+++ b/pages/bookExhibitionList/index.js
@@ -23,7 +23,7 @@
       start: 0,
       size: 16,
     },
-    keynoteValue: null,
+    keynoteValue: [],
     filteredItems: [],
     newValue: null,
     bookExhibitionList: [],
@@ -69,11 +69,11 @@
         },
         {
           value: "timeAsc",
-          label: "鍑虹増鏃堕棿姝e簭",
+          label: "鍒涘缓鏃堕棿姝e簭",
         },
         {
           value: "timeDesc",
-          label: "鍑虹増鏃堕棿鍊掑簭",
+          label: "鍒涘缓鏃堕棿鍊掑簭",
         },
       ],
     },
@@ -420,7 +420,6 @@
     this.setData({
       "product.value": e.detail.value,
     });
-
     this.bookExhibitionGet();
   },
   onOpend() {},

--
Gitblit v1.9.1