packageBookService/pages/bookServices/examination/questionSchedule/index.js
@@ -28,7 +28,16 @@ isNight: { type: Boolean, value: false }, subjectiveGrade: { type: Number, value: 0 }, subjectiveNum: { type: Number, value: 0 } }, created( @@ -70,6 +79,9 @@ this.setData({ percentage: (this.data.ready / this.data.questionList.length) * 100 }) }, 'isNight': function (newValue) { console.log('is', newValue); } }, /**