|
@@ -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" && (
|