yiming
2024-04-16 cb15c57d0ff984f5a100cf25d560fb0a69c00984
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() {},
  /**
   * 组件的初始数据
@@ -79,7 +76,7 @@
      this.setData({
        percentage: (this.data.ready / this.data.questionList.length) * 100
      })
    }
    },
  },
  /**
   * 组件的方法列表
@@ -179,4 +176,4 @@
    // }
  }
})
})