소스 검색

练习时长统计

黄琪勇 8 달 전
부모
커밋
61e8c4b587
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/page-instrument/view-detail/index.tsx

+ 1 - 1
src/page-instrument/view-detail/index.tsx

@@ -603,7 +603,7 @@ export default defineComponent({
         {state.musicRendered && !state.isPreView && (
           <>
             {/* 统计训练时长 */}
-            {storeData.isApp && <RecordingTime />}
+            <RecordingTime />
             {/* 今日练习统计 */}
             {state.systemType === "student" && <ExerciseStatistics />}
             {/* 作业 */}