From f72f8966ba4e1715e8df82d5cf1c7e912b6da719 Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期一, 01 四月 2024 10:21:07 +0800
Subject: [PATCH] 检索的bug

---
 packageBookService/pages/bookServices/examination/questionList/index.js |   18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

diff --git a/packageBookService/pages/bookServices/examination/questionList/index.js b/packageBookService/pages/bookServices/examination/questionList/index.js
index 49a40ba..ec3a161 100644
--- a/packageBookService/pages/bookServices/examination/questionList/index.js
+++ b/packageBookService/pages/bookServices/examination/questionList/index.js
@@ -15,6 +15,22 @@
     currentIndex: {
       type: Number,
       value: 1
+    },
+    isNight: {
+      type: Boolean,
+      value: false
+    },
+    answerType: {
+      type: String,
+      value: ''
+    },
+    sliderValue: {
+      type: Number,
+    }
+  },
+  observers: {
+    'questionList': function (newValue) {
+      console.log(newValue);
     }
   },
   created() {
@@ -25,6 +41,7 @@
    */
   data: {
     inputstyle: 'border: 2rpx solid rgba(220,220,220,1);border-radius: 12rpx;',
+    shortAnswer: 'font-size: 28rpx',
     placeholderstyle: "font-size:28rpx",
     current: 2,
     autoplay: true,
@@ -41,7 +58,6 @@
   methods: {
     // 鍒囨崲棰樼洰
     changeSwiper(e) {
-      console.log(e);
       this.setData({
         showIndex: e.detail.current
       })

--
Gitblit v1.9.1