From 4496721cd3af3c68ed4d55218d3e83ea0664c57e Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期一, 29 四月 2024 17:53:10 +0800
Subject: [PATCH] bug3

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

diff --git a/pages/bookExhibitionList/index.js b/pages/bookExhibitionList/index.js
index cdbed47..1b4cf32 100644
--- a/pages/bookExhibitionList/index.js
+++ b/pages/bookExhibitionList/index.js
@@ -52,7 +52,7 @@
       ],
     },
     multipleSelect: {
-      // value: [],
+      value: [],
       options: [],
     },
     navBarHeight: '',
@@ -105,7 +105,7 @@
     // setTimeout(function () {
     //   that.data.name = "娴嬭瘯watch鍙樺寲浜�"
     // }, 500)
-    // console.log(11111);
+    console.log(11111);
   },
   watch: {
     name: function (newVal, oldVal) {
@@ -444,7 +444,11 @@
       value
     } = event.detail;
     // 纭鎿嶄綔鐨勫鐞嗛�昏緫
-    this.data.keynoteValue = value
+    // this.data.keynoteValue = value
+    this.setData({
+      keynoteValue: value,
+
+    })
     this.bookExhibitionGet()
   },
 

--
Gitblit v1.9.1