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