Explorar o código

Update index.tsx

lex-xin hai 10 meses
pai
achega
288b8b6bce
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/views/tempo-practice/index.tsx

+ 2 - 0
src/views/tempo-practice/index.tsx

@@ -214,6 +214,8 @@ export default defineComponent({
       if (ev.data.api === 'setPlayState') {
         if (ev.data.data) {
           handlePlay();
+        } else {
+          handleStop();
         }
       }