Commit 3d82fad1 by 陈玉桐

fix

parent 8fa33cad
......@@ -39,7 +39,7 @@
<div class="tipDialog" v-show="overDialogShow">
<div class="tipDialogCon">
<p>报名成功</p>
<span @click="overBack">返回</span>
<span @click="overBack">返回首页</span>
</div>
</div>
<loading :loadingShow="loadingShow"></loading>
......@@ -117,10 +117,8 @@ export default {
}
},
overBack() {
this.$router.go(-1)
setTimeout(function() {
window.location.reload()
},300)
// 首页
this.$router.go(-2)
}
}
}
......
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