Explorar o código

fix: 延迟检测修改

TIANYONG hai 1 ano
pai
achega
7108cfe06b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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) {