Browse Source

开始时候收起

黄琪勇 8 months ago
parent
commit
a8551aca58
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/page-instrument/header-top/index.tsx

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

@@ -668,8 +668,8 @@ export default defineComponent({
           }}
         >
           {/* 返回和标题 */}
-          {!(followData.start || evaluatingData.startBegin) &&  (
-            <div id="noticeBarRollDom" class={[styles.headTopLeftBox, state.playState == "play" && styles.headTopLeftHide]}>
+          {
+            <div id="noticeBarRollDom" class={[styles.headTopLeftBox, (state.playState == "play" || followData.practiceStart || evaluatingData.startBegin) && styles.headTopLeftHide]}>
               {
                 !query.isMove && !query.isHideBack && <img src={iconBack} class={["headTopBackBtn", styles.img, !headTopData.showBack && styles.hidenBack]} onClick={handleBack} />
               }
@@ -702,7 +702,7 @@ export default defineComponent({
                 )
               )}
             </div>
-          )}
+          }
 
           {/* 模式提醒 */}
           {/* {state.modeType === "practise" && (