From ba2a6cd54676f752584d547445cd0baf2d5a36c5 Mon Sep 17 00:00:00 2001
From: QYF-GitLab1 <1940665526@qq.com>
Date: 星期五, 01 八月 2025 16:03:30 +0800
Subject: [PATCH] 文本框限宽,水平居中

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

diff --git a/packageBookService/pages/bookServices/examination/questionOptions/index.js b/packageBookService/pages/bookServices/examination/questionOptions/index.js
index 5658306..c557afc 100644
--- a/packageBookService/pages/bookServices/examination/questionOptions/index.js
+++ b/packageBookService/pages/bookServices/examination/questionOptions/index.js
@@ -258,11 +258,7 @@
       ) {
         this.submitPaper();
         // wx.navigateBack();
-      } else if (
-        this.properties.answerType == "option" ||
-        this.properties.answerType == "mock" ||
-        this.properties.answerType == "interaction"
-      ) {
+      } else if (this.properties.answerType == "option" || this.properties.answerType == "mock" || this.properties.answerType == "interaction") {
         if (this.properties.submitStatus) return wx.navigateBack();
         this.properties.questionDataList.forEach((item) => {
           if (!this.isHaveAnswer(item.userAnswer)) {

--
Gitblit v1.9.1