|
|
@@ -53,7 +53,7 @@
|
|
|
<div class="modal-wrap" v-show="showRemindBox || showApplyRecord"></div>
|
|
|
<div class="com-del-box" v-if="showRemindBox">
|
|
|
<div class="title">
|
|
|
- <i @click="showRemindBox = false"></i>
|
|
|
+ <i @click="goLastPage"></i>
|
|
|
</div>
|
|
|
<p><img src="/images/material/check.png" alt="">绑定申请提交成功!</p>
|
|
|
<div class="result">审批结果将以短信通知,请保持手机通畅。</div>
|
|
|
@@ -166,6 +166,7 @@
|
|
|
if (_this.timer === 0) {
|
|
|
clearInterval(interval)
|
|
|
this.showRemindBox = false
|
|
|
+ this.goLastPage()
|
|
|
}
|
|
|
}, 1000)
|
|
|
},
|