闫增涛
2024-03-26 1cad6ba03f8cb848352c6739c54395128e73485f
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);
    }
  },
  /**