Ver Fonte

🔧 chore(schedule): 暂时隐藏日期选择组件

- 注释掉日期选择相关UI代码以隐藏该功能
- 添加注释说明"日期选择 - 暂时隐藏"以便后续恢复
yourname há 3 meses atrás
pai
commit
039b022320
1 ficheiros alterados com 3 adições e 3 exclusões
  1. 3 3
      mini/src/pages/schedule-list/ScheduleListPage.tsx

+ 3 - 3
mini/src/pages/schedule-list/ScheduleListPage.tsx

@@ -222,8 +222,8 @@ const ScheduleListPage: React.FC = () => {
         </View>
       </View>
 
-      {/* 日期选择 */}
-      <View className="bg-white p-card border-b border-gray-200 shadow-light">
+      {/* 日期选择 - 暂时隐藏 */}
+      {/* <View className="bg-white p-card border-b border-gray-200 shadow-light">
         <Text className="text-base font-medium text-gray-800 mb-3 block">
           选择出发日期
         </Text>
@@ -253,7 +253,7 @@ const ScheduleListPage: React.FC = () => {
             ))}
           </View>
         </ScrollView>
-      </View>
+      </View> */}
 
       {/* 班次列表 */}
       <ScrollView className="flex-1">