闫增涛
2024-04-11 78068d49c20a8b90db902d955f558af507eb8b96
packageBookService/pages/bookServices/examination/questionSchedule/index.js
@@ -79,6 +79,9 @@
      this.setData({
        percentage: (this.data.ready / this.data.questionList.length) * 100
      })
    },
    'isNight': function (newValue) {
      console.log('is', newValue);
    }
  },
  /**