From cb15c57d0ff984f5a100cf25d560fb0a69c00984 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期二, 16 四月 2024 18:21:05 +0800 Subject: [PATCH] 音频bug4 --- packageBookService/pages/bookServices/examination/questionSchedule/index.js | 11 ++++------- 1 files changed, 4 insertions(+), 7 deletions(-) diff --git a/packageBookService/pages/bookServices/examination/questionSchedule/index.js b/packageBookService/pages/bookServices/examination/questionSchedule/index.js index 0039701..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() {}, /** * 缁勪欢鐨勫垵濮嬫暟鎹� @@ -79,7 +76,7 @@ this.setData({ percentage: (this.data.ready / this.data.questionList.length) * 100 }) - } + }, }, /** * 缁勪欢鐨勬柟娉曞垪琛� @@ -179,4 +176,4 @@ // } } -}) +}) \ No newline at end of file -- Gitblit v1.9.1