|
|
@@ -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">
|