From bfdd1a936731cf9b5f0d2c78d363cbb0ec93d941 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期三, 04 九月 2024 09:43:52 +0800
Subject: [PATCH] 树结构排序优化

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

diff --git a/pages/bookExhibitionList/index.js b/pages/bookExhibitionList/index.js
index 1fbd64b..29e5a9a 100644
--- a/pages/bookExhibitionList/index.js
+++ b/pages/bookExhibitionList/index.js
@@ -69,11 +69,11 @@
         },
         {
           value: "timeAsc",
-          label: "鍒涘缓鏃堕棿姝e簭",
+          label: "鍑虹増鏃堕棿姝e簭",
         },
         {
           value: "timeDesc",
-          label: "鍒涘缓鏃堕棿鍊掑簭",
+          label: "鍑虹増鏃堕棿鍊掑簭",
         },
       ],
     },
@@ -420,6 +420,7 @@
     this.setData({
       "product.value": e.detail.value,
     });
+
     this.bookExhibitionGet();
   },
   onOpend() {},

--
Gitblit v1.9.1