Merge branch 'gitlink_ssr_head' of https://gitlink.org.cn/Gitlink/forgeplus-react into pre_gitlink_ssr
This commit is contained in:
commit
d155ceec6e
|
|
@ -10,6 +10,7 @@ import Contact from "./contact";
|
|||
import PreviousReview from './previousReview';
|
||||
import banner from "../img/banner.png";
|
||||
import banner2024 from "../img/banner2024.jpg";
|
||||
import banner2025 from "../img/banner2025.jpg";
|
||||
import introduce from "../img/introduce.png";
|
||||
import apply1 from "../img/apply1.png";
|
||||
import apply2 from "../img/apply2.png";
|
||||
|
|
@ -42,7 +43,7 @@ export default (props) => {
|
|||
|
||||
return (
|
||||
<div className="glcc">
|
||||
<img className="glcc-banner" src={round !== currentRound ? banner : banner2024} alt=""></img>
|
||||
<img className="glcc-banner" src={round === 3 ? banner2024 : round !== currentRound ? banner : banner2025} alt=""></img>
|
||||
{/* 往期回顾 */}
|
||||
{round !== currentRound ? <div className="applyBox">
|
||||
<Link className="apply" to={`/glcc/${id}/result`}>
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 1.8 MiB |
Loading…
Reference in New Issue