packageBookService/pages/bookServices/examination/questionSchedule/index.js
@@ -1,4 +1,3 @@ // pages/bookServices/examination/questionSchedule/questionSchedule.js Component({ /** @@ -28,14 +27,21 @@ isNight: { type: Boolean, value: false }, subjectiveGrade: { type: Number, value: 0 }, subjectiveNum: { type: Number, value: 0 } }, created( ) { }, detached() { }, ) {}, detached() {}, /** * 组件的初始数据 @@ -70,7 +76,7 @@ this.setData({ percentage: (this.data.ready / this.data.questionList.length) * 100 }) } }, }, /** * 组件的方法列表 @@ -170,4 +176,4 @@ // } } }) })