闫增涛
2024-03-25 810be121d0ad95211ad13ebed9fb4e834c0c2f72
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);
    }
  },
  /**