From e72f509ca0728f571fcf652e1e60d7af970518cf Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期四, 06 六月 2024 17:49:57 +0800 Subject: [PATCH] 数字教材跳转阅读器 --- 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