提交 d2331fc8 authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 3a860171
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
</div> </div>
<div class="btn-block"> <div class="btn-block">
<!-- <div @click="goExam">我已阅读,开始考试</div> --> <!-- <div @click="goExam">我已阅读,开始考试</div> -->
<div><a :href="url" target="_blank">我已阅读,开始考试</a></div> <div><a :href="url" target="_blank" @click="popHide">我已阅读,开始考试</a></div>
</div> </div>
</div> </div>
</div> </div>
...@@ -77,7 +77,6 @@ export default { ...@@ -77,7 +77,6 @@ export default {
}, },
popHide () { popHide () {
this.dialogVisible = false this.dialogVisible = false
this.$router.go(0)
}, },
goExam () { goExam () {
const loading = this.$loading({ lock: true, text: '', spinner: '', background: 'rgba(255, 255, 255, 0.9)' }) const loading = this.$loading({ lock: true, text: '', spinner: '', background: 'rgba(255, 255, 255, 0.9)' })
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论