lex-xin 10 месяцев назад
Родитель
Сommit
288b8b6bce
1 измененных файлов с 2 добавлено и 0 удалено
  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();
         }
       }