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 })