闫增涛
2024-04-10 bd3c5bd24f0d5c5b8669bb034a75d46d7a10599d
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);
    }
  },
  /**