litian
2024-03-22 aacb4b111141c9b37397b528eae1668245ac93b2
packageBookService/pages/bookServices/examination/questionList/index.js
@@ -19,6 +19,10 @@
    isNight:{
      type:Boolean,
      value:false
    },
    answerType:{
      type:Boolean,
      value:''
    }
  },
  created() {
@@ -45,7 +49,6 @@
  methods: {
    // 切换题目
    changeSwiper(e) {
      console.log(e);
      this.setData({
        showIndex: e.detail.current
      })