Browse Source

返回上一级修改

wangdy 8 years ago
parent
commit
689e8ca66f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      components/personalMaterial/PersonalMaterial.vue

+ 2 - 1
components/personalMaterial/PersonalMaterial.vue

@@ -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)
       },