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

updata

上级 54de7e29
...@@ -343,12 +343,12 @@ export default { ...@@ -343,12 +343,12 @@ export default {
setTimeout(() => { setTimeout(() => {
document.getElementById('bottom-view').scrollTop = 0 document.getElementById('bottom-view').scrollTop = 0
this.swiper.slideTo(i, 0, false) this.swiper.slideTo(i, 0, false)
this.currentNum = this.swiper.activeIndex + 1
this.topicCard.isShow = false this.topicCard.isShow = false
this.currentNum === this.questionsData.sheet.question_count this.currentNum === this.questionsData.sheet.question_count
? this.nextBtnShow = false ? this.nextBtnShow = false
: this.nextBtnShow = true : this.nextBtnShow = true
this.getIsSign() this.getIsSign()
this.currentNum = this.swiper.activeIndex + 1
}, 200) }, 200)
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论