From 1530f605190069e45b5e31a7ec2bf7a6dc691f39 Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期四, 02 一月 2025 14:09:22 +0800 Subject: [PATCH] 1 --- 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