ppt
闫增涛
2024-05-31 7563745d85fbab0d69bf1fb69a32109de778bd9b
src/books/English/view/components/chapter001.vue
@@ -2314,17 +2314,23 @@
    showPageList: {
      type: Array,
    },
    pageNum:{
      type:String
  },
  watch: {
    showPageList: {
      handler(newVal, oldVal) {
        if (newVal.indexOf(14) > -1) {
          console.log("页码", newVal, oldVal);
          this.setSwiper();
    total:{
      type:String
        }
      },
    },
  },
  // watch: {
  //   showPageList: {
  //     handler(newVal, oldVal) {
  //       if (newVal.indexOf(14) > -1) {
  //         console.log("页码", newVal, oldVal);
  //         this.setSwiper();
  //       }
  //     },
  //   },
  // },
  data() {
    return {
      imgThirteen: require("../../assets/images/grammar.jpg"),
@@ -2335,8 +2341,8 @@
      showAnswerFive: false,
      showImg: false,
      showQuestionAnswer: false,
      pageNum: "1",
      total: "27",
      // pageNum: "1",
      // total: "27",
      questionData: {
        warnUp: {
          one: {
@@ -2672,9 +2678,6 @@
          // }
        },
      });
    },
    changePage(value) {
      this.pageNum = value;
    },
  },
};