闫增涛
2024-03-22 88d80c9f40935c6ce7ea51683c6cdc1a80d1997b
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
      })