From 5ca38e4ef60e35f08e87d6569b72c25433c311ca Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期二, 26 三月 2024 17:05:14 +0800
Subject: [PATCH] 答题器bug修改,添加请求地址

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

diff --git a/pages/bookExhibitionList/index.js b/pages/bookExhibitionList/index.js
index a3ae6df..8569505 100644
--- a/pages/bookExhibitionList/index.js
+++ b/pages/bookExhibitionList/index.js
@@ -300,10 +300,6 @@
       this.bookExhibitionGet(newValue)
       this.onLoad()
       console.log('true');
-    } else {
-      // this.bookExhibitionGet(newValue);
-      // this.keyProjectsGet(newPrice);
-      console.log('fals');
     }
 
   },
@@ -313,6 +309,7 @@
     this.setData({
       'multipleSelect.value': e.detail.value,
     });
+
   },
   handleConfirm(event) {
 
@@ -324,6 +321,7 @@
     this.bookExhibitionGet()
   },
   handleReset() {
+
     // 閲嶇疆鎿嶄綔鐨勫鐞嗛�昏緫
     this.data.keynoteValue = []
     console.log('閲嶇疆鎿嶄綔');

--
Gitblit v1.9.1