Browse Source

日常开发

林旭祥 1 month ago
parent
commit
122cb02458
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/train/run.vue

+ 1 - 1
src/views/train/run.vue

@@ -430,7 +430,7 @@ const getStartOneTest = () => {
   let myText = ''; //提示框内容
   let myText = ''; //提示框内容
   if (isLongRun.value) {
   if (isLongRun.value) {
     //音频时长5668毫秒,4480毫秒是播枪声
     //音频时长5668毫秒,4480毫秒是播枪声
-    advanceTime = 0;
+    advanceTime = 1000;
     myTime = 4480;
     myTime = 4480;
     myText = '各就位!';
     myText = '各就位!';
   } else {
   } else {