packageBookService/pages/bookServices/examination/questionList/index.js
@@ -15,6 +15,14 @@ currentIndex: { type: Number, value: 1 }, isNight:{ type:Boolean, value:false }, answerType:{ type:Boolean, value:'' } }, created() { @@ -41,7 +49,6 @@ methods: { // 切换题目 changeSwiper(e) { console.log(e); this.setData({ showIndex: e.detail.current })