Commit dc01ef80 authored by liwei's avatar liwei

修改了一键启停页面显示字bug,能否成功不定

parent 2ff3b597
......@@ -1038,6 +1038,7 @@ function getSteps() {
clearInterval(timerTwo)
countDown.value = 180;
isStop.value = false;
isWait.value = false
}
}
isLoading.value = true
......@@ -1047,6 +1048,7 @@ function getSteps() {
isLoading.value = false
countDown.value = 180;
isStop.value = false;
isWait.value = false;
}
const getItem = item ? item : itemTwo
//console.log('getItem',getItem)
......
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