@ -107,7 +107,7 @@ export default {
clearTimer(timer){
try{
clearInterval(timer);
this.intervalTimer = null;
timer = null;
}catch(err){
}
},