Commit 66769ef9 authored by caicaicai's avatar caicaicai

修改

parent 902656b3
......@@ -335,7 +335,6 @@ export default {
},
}
},
mounted() { },
methods: {
loadData(text){
if(text == true){
......@@ -464,6 +463,9 @@ export default {
})
})
}else{
if(this.carDongTaiQieHuanTimer) {
clearInterval(this.carDongTaiQieHuanTimer);
}
this.whetherShow = false;
}
......
......@@ -142,7 +142,6 @@ export default {
}
},
mounted() { },
methods: {
loadData(text){
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