Commit 66769ef9 authored by caicaicai's avatar caicaicai

修改

parent 902656b3
...@@ -335,7 +335,6 @@ export default { ...@@ -335,7 +335,6 @@ export default {
}, },
} }
}, },
mounted() { },
methods: { methods: {
loadData(text){ loadData(text){
if(text == true){ if(text == true){
...@@ -464,6 +463,9 @@ export default { ...@@ -464,6 +463,9 @@ export default {
}) })
}) })
}else{ }else{
if(this.carDongTaiQieHuanTimer) {
clearInterval(this.carDongTaiQieHuanTimer);
}
this.whetherShow = false; this.whetherShow = false;
} }
......
...@@ -142,7 +142,6 @@ export default { ...@@ -142,7 +142,6 @@ export default {
} }
}, },
mounted() { },
methods: { methods: {
loadData(text){ loadData(text){
if(text == true){ if(text == true){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment