提交 bce3bcc5 authored 作者: lihuihui's avatar lihuihui

updata

上级 d43ec160
...@@ -591,7 +591,7 @@ export default { ...@@ -591,7 +591,7 @@ export default {
}, 100) }, 100)
this.currentNum === this.questionsData.sheet.question_count ? this.nextBtnShow = false : this.nextBtnShow = true this.currentNum === this.questionsData.sheet.question_count ? this.nextBtnShow = false : this.nextBtnShow = true
if (res.answers !== null) { if (res.answers !== null) {
if (res.answers.answerPage !== undefined && this.$route.query.id === undefined) { if (res.answers.answerPage !== undefined && this.$route.query.id === undefined && res.answers.answerPage !== this.questionsData.sheet.question_count) {
setTimeout(() => { setTimeout(() => {
this.currentNum = res.answers.answerPage + 1 this.currentNum = res.answers.answerPage + 1
this.swiper.slideTo(res.answers.answerPage, 0, false) this.swiper.slideTo(res.answers.answerPage, 0, false)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论