Explorar o código

fix: bug修改

TIANYONG hai 9 meses
pai
achega
1e8bcfeb55
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/page-instrument/header-top/index.tsx

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

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