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

UPDATA

上级 f83fadfd
......@@ -168,7 +168,6 @@ export default {
autoHeight: true,
on: {
slideChangeTransitionStart: function() {
// _this.scrollDom()
_this.getIsSign()
if (this.activeIndex === _this.questionsData.sheet.question_count) {
_this.topicCard.isShow = true
......@@ -347,8 +346,10 @@ export default {
this.currentNum === this.questionsData.sheet.question_count
? this.nextBtnShow = false
: this.nextBtnShow = true
setTimeout(() => {
this.currentNum = this.swiper.activeIndex + 1
}, 100)
this.getIsSign()
this.currentNum = this.swiper.activeIndex + 1
}, 200)
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论