فهرست منبع

Update index.tsx

lex-xin 10 ماه پیش
والد
کامیت
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();
         }
       }