litian
2024-04-08 e6a156a6a8bb6f1d3a17e9310269f53c56e10b42
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);
    }
  },
  /**