浏览代码

Merge branch 'feature-tianyong-newVersion' of http://git.dayaedu.com/liushengqiang/music-score into kt-dev

TIANYONG 1 年之前
父节点
当前提交
bb60a72ac6
共有 2 个文件被更改,包括 6 次插入6 次删除
  1. 1 1
      src/page-instrument/header-top/index.tsx
  2. 5 5
      src/page-instrument/view-detail/index.tsx

+ 1 - 1
src/page-instrument/header-top/index.tsx

@@ -78,7 +78,7 @@ export const headTopData = reactive({
       state.playIngSpeed = state.originSpeed;
       handleStartEvaluat();
       // 开发模式,把此处打开
-      state.modeType = "evaluating"
+      // state.modeType = "evaluating"
       // evaluatingData.rendered = true;
       // evaluatingData.soundEffectMode = true;
     } else if (value === "follow") {

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

@@ -38,9 +38,9 @@ import { initSmoothAnimation } from "./smoothAnimation"
 import EmptyMusic, { isEmptyMusicShow } from "./emptyMusic"
 import { position } from "html2canvas/dist/types/css/property-descriptors/position";
 
-const DelayCheck = defineAsyncComponent(() =>
-  import('/src/page-instrument/evaluat-model/delay-check')
-)
+// const DelayCheck = defineAsyncComponent(() =>
+//   import('/src/page-instrument/evaluat-model/delay-check')
+// )
 /**
  * 特殊教材分类id
  */
@@ -540,11 +540,11 @@ export default defineComponent({
         {/* {!detailData.isLoading && <TheAudio src={tickWav} />} */}
 
         {/* 预加载延迟检测组建 */}
-        {!detailData.isLoading && !detailData.skeletonLoading && evaluatingData.preloadJson && !evaluatingData.jsonLoadDone && (
+        {/* {!detailData.isLoading && !detailData.skeletonLoading && evaluatingData.preloadJson && !evaluatingData.jsonLoadDone && (
             <div class={styles.preJson}>
               <DelayCheck isPreLoad={true} />
             </div>
-        )}
+        )} */}
 
         {/* 评测 */}
         {state.modeType === "evaluating" && (