فهرست منبع

增加stopFn的null判断

zzs 2 ماه پیش
والد
کامیت
86a656b119
1فایلهای تغییر یافته به همراه4 افزوده شده و 2 حذف شده
  1. 4 2
      bidding-ui/src/views/mine/tenderOfferDetail.vue

+ 4 - 2
bidding-ui/src/views/mine/tenderOfferDetail.vue

@@ -185,8 +185,10 @@ export default {
         this.recoreEvent = []
       })
     } else {
-      this.stopFn()
-      this.stopFn = null
+      if (this.stopFn) {
+        this.stopFn()
+        this.stopFn = null
+      }
       this.recoreEvent = []
     }