闫增涛
2024-04-15 e90c18770dfccded106c395c05dbc88d8fd99040
packageBookService/pages/bookServices/examination/questionSchedule/index.js
@@ -1,4 +1,3 @@
// pages/bookServices/examination/questionSchedule/questionSchedule.js
Component({
  /**
@@ -41,10 +40,8 @@
  },
  created(
  ) {
  },
  detached() {
  },
  ) {},
  detached() {},
  /**
   * 组件的初始数据
@@ -80,9 +77,6 @@
        percentage: (this.data.ready / this.data.questionList.length) * 100
      })
    },
    'isNight': function (newValue) {
      console.log('is', newValue);
    }
  },
  /**
   * 组件的方法列表
@@ -182,4 +176,4 @@
    // }
  }
})
})