Browse Source

fix: 延迟检测修改

TIANYONG 1 year ago
parent
commit
7108cfe06b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/subpages/colexiu/buttons/evaluating.tsx

+ 1 - 0
src/subpages/colexiu/buttons/evaluating.tsx

@@ -543,6 +543,7 @@ const startPlay = () => {
 const setPlayer = async () => {
   // 连接中,禁止重复连接
   if (connentLoading.value) return
+  runtime.evaluatingStatus = true
   runtime.clickTime = new Date().getTime()
   RuntimeUtils.resetPlayStatus()
   if (detailState.isPauseRecording) {