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 @@ // } } }) })