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

UPDATA

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