Browse Source

结束跟练重置播放状态

liushengqiang 2 years ago
parent
commit
a93da8009d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/view/follow-practice/index.tsx

+ 1 - 0
src/view/follow-practice/index.tsx

@@ -189,6 +189,7 @@ export default defineComponent({
 		});
 		onUnmounted(() => {
 			api_cloudFollowTime(onFollowTime, false);
+			resetPlaybackToStart();
 			onClear();
 			openToggleRecord(false);
 			console.log("退出跟练模式");