diff --git a/src/glcc/api.js b/src/glcc/api.js index 925fb4ec9..20f6df6ba 100644 --- a/src/glcc/api.js +++ b/src/glcc/api.js @@ -1,20 +1,22 @@ import fetch from './fetch'; // 当前glcc -export const currentRound = 4; +export const currentRound = 5; export const rewardMoney = "现金奖励" export const rewardSettingRound = 3; export const yearByRound = { 1: 2022, 2: 2023, 3: 2024, - 4: 2025 + 4: 2025, + 5: 2026 } export const roundByYear = { 2022: 1, 2023: 2, 2024: 3, - 2025: 4 + 2025: 4, + 2026: 5 } // 获取当前用户项目报名信息(项目、课题) diff --git a/src/glcc/home/index.jsx b/src/glcc/home/index.jsx index ced50f6dd..393db93da 100644 --- a/src/glcc/home/index.jsx +++ b/src/glcc/home/index.jsx @@ -11,6 +11,7 @@ import PreviousReview from './previousReview'; import banner from "../img/banner.png"; import banner2024 from "../img/banner2024.jpg"; import banner2025 from "../img/banner2025.jpg"; +import banner2026 from "../img/banner2026.png"; import introduce from "../img/introduce.png"; import apply1 from "../img/apply1.png"; import apply2 from "../img/apply2.png"; @@ -43,7 +44,7 @@ export default (props) => { return (