소스 검색

fix: 【bcwin网站】站内信有优化

Before 7 달 전
부모
커밋
c542d14679
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/app/[locale]/(TabBar)/[[...share]]/_home/HomeNoticeBar.tsx

+ 0 - 2
src/app/[locale]/(TabBar)/[[...share]]/_home/HomeNoticeBar.tsx

@@ -8,13 +8,11 @@ interface Props {
 }
 const HomeNoticeBar: FC<Props> = (props) => {
     const { notices } = props;
-    console.log(`🚀🚀🚀🚀🚀-> in HomeNoticeBar.tsx on 11`, notices);
     return (
         <div className={"my-[0.0694rem] flex items-center"}>
             <div className={"iconfont icon-laba mr-[0.06rem] text-[yellow]"}></div>
             <Swiper
                 direction="vertical"
-                className={"text-[yellow]"}
                 indicator={() => null}
                 style={{ "--height": "0.4167rem" }}
                 loop