litian
2024-12-24 6df96b3e7a7da1985ee875e84711e9f15c5fbff0
packageBookService/pages/bookServices/examination/questionSchedule/index.js
@@ -1,4 +1,3 @@
// pages/bookServices/examination/questionSchedule/questionSchedule.js
Component({
  /**
@@ -28,14 +27,21 @@
    isNight: {
      type: Boolean,
      value: false
    },
    subjectiveGrade: {
      type: Number,
      value: 0
    },
    subjectiveNum: {
      type: Number,
      value: 0
    }
  },
  created(
  ) {
  },
  detached() {
  },
  ) {},
  detached() {},
  /**
   * 组件的初始数据
@@ -70,7 +76,7 @@
      this.setData({
        percentage: (this.data.ready / this.data.questionList.length) * 100
      })
    }
    },
  },
  /**
   * 组件的方法列表
@@ -97,6 +103,8 @@
        } else {
          return false
        }
      } else if (typeof data == 'number') {
        return true
      } else {
        return false
      }
@@ -170,4 +178,4 @@
    // }
  }
})
})