Browse Source

增加银龄岗

yourname 7 months ago
parent
commit
e20638def3
1 changed files with 7 additions and 7 deletions
  1. 7 7
      src/client/mobile/pages/NewHomePage.tsx

+ 7 - 7
src/client/mobile/pages/NewHomePage.tsx

@@ -540,7 +540,7 @@ const NewHomePage: React.FC = () => {
                   backgroundColor: 'transparent'
                 }}
               >
-                <span>显示更多</span>
+                <span>更多人才</span>
                 <span>→</span>
               </button>
             </div>
@@ -600,8 +600,8 @@ const NewHomePage: React.FC = () => {
             </div>
           </div>
         )}
-
-        {/* 银龄岗展示区域 */}
+{/* 
+        银龄岗展示区域
         <div className="mt-6 px-4">
           <div className="flex justify-between items-center mb-4">
             <h2
@@ -691,16 +691,16 @@ const NewHomePage: React.FC = () => {
               </div>
             ))}
           </div>
-        </div>
+        </div> */}
 
-        {/* 银龄岗招标 */}
+        
         <div className="mt-6 px-4">
           <div className="flex justify-between items-center mb-4">
             <h2
               className={`${FONT_STYLES.sectionTitle}`}
               style={{ color: COLORS.text.primary }}
             >
-              银龄岗招标
+              银龄岗
             </h2>
             <button
               onClick={() => navigate('/silver-jobs')}
@@ -711,7 +711,7 @@ const NewHomePage: React.FC = () => {
                 backgroundColor: 'transparent'
               }}
             >
-              <span>查看招标</span>
+              <span>更多岗位</span>
               <span>→</span>
             </button>
           </div>