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

updata

上级 6cdb7903
...@@ -97,8 +97,10 @@ export default { ...@@ -97,8 +97,10 @@ export default {
return Array.from(new Set(newarr)) return Array.from(new Set(newarr))
}, },
go(id) { go(id) {
this.$emit('cardChange', id) setTimeout(() => {
this.$emit('showCard') this.$emit('showCard')
}, 200)
this.$emit('cardChange', id)
}, },
scrollDom() { scrollDom() {
const topViewH = document.getElementById('top-view2').offsetHeight const topViewH = document.getElementById('top-view2').offsetHeight
......
...@@ -347,7 +347,7 @@ export default { ...@@ -347,7 +347,7 @@ export default {
this.topicCard.isShow = false this.topicCard.isShow = false
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
this.getIsSign() this.getIsSign()
}, 100) }, 200)
} }
} }
}, },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论