From 12cc87a1f2f9b91359d3ca43fe052440d9890dac Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期二, 09 四月 2024 19:12:22 +0800
Subject: [PATCH] 购物车跳转图书详情

---
 pages/bookExhibitionList/index.js |   22 +++++++++++++---------
 1 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/pages/bookExhibitionList/index.js b/pages/bookExhibitionList/index.js
index e21b7df..a74e5d3 100644
--- a/pages/bookExhibitionList/index.js
+++ b/pages/bookExhibitionList/index.js
@@ -64,19 +64,19 @@
       value: 'timeAsc',
       options: [{
           value: 'nameAsc',
-          label: '鍚嶇О浠庨珮鍒颁綆',
+          label: '鍚嶇О姝e簭',
         },
         {
           value: 'nameDesc',
-          label: '鍚嶇О浠庝綆鍒伴珮',
+          label: '鍚嶇О鍊掑簭',
         },
         {
           value: 'timeAsc',
-          label: '鍒涘缓鏃堕棿浠庨珮鍒颁綆',
+          label: '鍑虹増鏃堕棿姝e簭',
         },
         {
           value: 'timeDesc',
-          label: '鍒涘缓鏃堕棿浠庡簳鍒伴珮',
+          label: '鍑虹増鏃堕棿鍊掑簭',
         },
       ],
     },
@@ -218,7 +218,7 @@
         // 'page.start': currentPage,
         'page.size': newSize
       });
-      this.bookExhibitionGet(); // 璋冪敤鏂规硶鍔犺浇鏇村鏁版嵁
+      // this.bookExhibitionGet(); // 璋冪敤鏂规硶鍔犺浇鏇村鏁版嵁
 
 
 
@@ -398,9 +398,10 @@
     this.setData({
       'multipleSelect.value': e.detail.value,
     });
-
   },
   handleConfirm(event) {
+
+
 
     const {
       value
@@ -411,11 +412,14 @@
     this.data.keynoteValue = value
     this.bookExhibitionGet()
   },
-  handleReset() {
+
+
+  handleReset(e) {
 
     // 閲嶇疆鎿嶄綔鐨勫鐞嗛�昏緫
     this.data.keynoteValue = []
-    console.log('閲嶇疆鎿嶄綔');
+
+
     this.bookExhibitionGet()
   },
   onSwapRight() {
@@ -466,5 +470,5 @@
     console.log(e.detail.value, 'e.detail.value');
     this.bookExhibitionGet()
   },
- 
+
 })
\ No newline at end of file

--
Gitblit v1.9.1