This commit is contained in:
zk
2023-12-21 09:02:45 +08:00
parent 1c65f18bab
commit 9230f659c1
34 changed files with 473 additions and 327 deletions
@@ -42,9 +42,10 @@
const { code, result } = await getStep(params);
setSpin(true);
if (code != 200) {
return;
return initChart(unref(stepData), 0);
}
setStep(result);
initChart(unref(stepData), '15000');
} catch {
initChart(unref(stepData), 0);
@@ -74,7 +75,7 @@
.count {
position: absolute;
width: 80%;
width: 77%;
top: 51%;
display: flex;
flex-direction: column;