|
|
@@ -258,10 +258,10 @@ const ActivitySelectPage: React.FC = () => {
|
|
|
onClick={() => handleSelectActivity(activity, 'departure')}
|
|
|
>
|
|
|
<View className="flex">
|
|
|
- {/* 活动图片占位 - 后续可添加图片功能 */}
|
|
|
- <View className="w-16 h-16 rounded-medium mr-4 bg-gray-200 flex items-center justify-center">
|
|
|
+ {/* 活动图片占位 - 暂时移除以优化加载速度 */}
|
|
|
+ {/* <View className="w-16 h-16 rounded-medium mr-4 bg-gray-200 flex items-center justify-center">
|
|
|
<Text className="text-gray-500 text-xs">活动图片</Text>
|
|
|
- </View>
|
|
|
+ </View> */}
|
|
|
<View className="flex-1">
|
|
|
<Text className="text-base font-medium text-gray-800 block">
|
|
|
{activity.name}
|
|
|
@@ -319,10 +319,10 @@ const ActivitySelectPage: React.FC = () => {
|
|
|
onClick={() => handleSelectActivity(activity, 'return')}
|
|
|
>
|
|
|
<View className="flex">
|
|
|
- {/* 活动图片占位 - 后续可添加图片功能 */}
|
|
|
- <View className="w-16 h-16 rounded-medium mr-4 bg-gray-200 flex items-center justify-center">
|
|
|
+ {/* 活动图片占位 - 暂时移除以优化加载速度 */}
|
|
|
+ {/* <View className="w-16 h-16 rounded-medium mr-4 bg-gray-200 flex items-center justify-center">
|
|
|
<Text className="text-gray-500 text-xs">活动图片</Text>
|
|
|
- </View>
|
|
|
+ </View> */}
|
|
|
<View className="flex-1">
|
|
|
<Text className="text-base font-medium text-gray-800 block">
|
|
|
{activity.name}
|