From e90c18770dfccded106c395c05dbc88d8fd99040 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期一, 15 四月 2024 16:17:21 +0800 Subject: [PATCH] 答题器,详情页bug修改 --- packageBookService/pages/bookServices/examination/questionSchedule/index.js | 12 +++--------- 1 files changed, 3 insertions(+), 9 deletions(-) diff --git a/packageBookService/pages/bookServices/examination/questionSchedule/index.js b/packageBookService/pages/bookServices/examination/questionSchedule/index.js index 903a716..2c91db6 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() {}, /** * 缁勪欢鐨勫垵濮嬫暟鎹� @@ -80,9 +77,6 @@ percentage: (this.data.ready / this.data.questionList.length) * 100 }) }, - 'isNight': function (newValue) { - console.log('is', newValue); - } }, /** * 缁勪欢鐨勬柟娉曞垪琛� @@ -182,4 +176,4 @@ // } } -}) +}) \ No newline at end of file -- Gitblit v1.9.1