From 2f1a9a39d6bde43d8c73236f822b3bc79cc96af6 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期五, 06 九月 2024 16:19:57 +0800
Subject: [PATCH] 联系我们修改

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

diff --git a/packageBookService/pages/bookServices/examination/questionSchedule/index.js b/packageBookService/pages/bookServices/examination/questionSchedule/index.js
index 0039701..49b5931 100644
--- a/packageBookService/pages/bookServices/examination/questionSchedule/index.js
+++ b/packageBookService/pages/bookServices/examination/questionSchedule/index.js
@@ -1,4 +1,3 @@
-
 // pages/bookServices/examination/questionSchedule/questionSchedule.js
 Component({
   /**
@@ -41,10 +40,8 @@
   },
   created(
 
-  ) {
-  },
-  detached() {
-  },
+  ) {},
+  detached() {},
 
   /**
    * 缁勪欢鐨勫垵濮嬫暟鎹�
@@ -79,7 +76,7 @@
       this.setData({
         percentage: (this.data.ready / this.data.questionList.length) * 100
       })
-    }
+    },
   },
   /**
    * 缁勪欢鐨勬柟娉曞垪琛�
@@ -106,6 +103,8 @@
         } else {
           return false
         }
+      } else if (typeof data == 'number') {
+        return true
       } else {
         return false
       }
@@ -179,4 +178,4 @@
 
     // }
   }
-})
+})
\ No newline at end of file

--
Gitblit v1.9.1