Commit 3d82fad1 by 陈玉桐

fix

parent 8fa33cad
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<div class="tipDialog" v-show="overDialogShow"> <div class="tipDialog" v-show="overDialogShow">
<div class="tipDialogCon"> <div class="tipDialogCon">
<p>报名成功</p> <p>报名成功</p>
<span @click="overBack">返回</span> <span @click="overBack">返回首页</span>
</div> </div>
</div> </div>
<loading :loadingShow="loadingShow"></loading> <loading :loadingShow="loadingShow"></loading>
...@@ -117,10 +117,8 @@ export default { ...@@ -117,10 +117,8 @@ export default {
} }
}, },
overBack() { overBack() {
this.$router.go(-1) // 首页
setTimeout(function() { this.$router.go(-2)
window.location.reload()
},300)
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment