瀏覽代碼

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