From ccf200b60ad213343a13d36c17c5ee5ac5cd7b7a Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期三, 27 三月 2024 20:19:45 +0800
Subject: [PATCH] 样书等

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

diff --git a/packageBookService/pages/bookServices/examination/questionList/index.js b/packageBookService/pages/bookServices/examination/questionList/index.js
index b489b78..ec3a161 100644
--- a/packageBookService/pages/bookServices/examination/questionList/index.js
+++ b/packageBookService/pages/bookServices/examination/questionList/index.js
@@ -16,13 +16,21 @@
       type: Number,
       value: 1
     },
-    isNight:{
-      type:Boolean,
-      value:false
+    isNight: {
+      type: Boolean,
+      value: false
     },
-    answerType:{
-      type:Boolean,
-      value:''
+    answerType: {
+      type: String,
+      value: ''
+    },
+    sliderValue: {
+      type: Number,
+    }
+  },
+  observers: {
+    'questionList': function (newValue) {
+      console.log(newValue);
     }
   },
   created() {
@@ -33,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,

--
Gitblit v1.9.1