|
|
@@ -545,9 +545,9 @@ export default function OrderPage() {
|
|
|
</View>
|
|
|
|
|
|
<View className="space-y-4 mb-6">
|
|
|
- <View className="flex justify-between items-center">
|
|
|
- <Text className={`text-sm font-medium ${isCharter ? 'text-gray-300' : 'text-gray-600'}`}>出发时间</Text>
|
|
|
- <Text className={`text-sm font-semibold ${isCharter ? 'text-white' : 'text-gray-900'}`} data-testid="departure-time">客服将与您沟通确认</Text>
|
|
|
+ <View className="flex justify-between items-start">
|
|
|
+ <Text className={`text-sm font-medium ${isCharter ? 'text-gray-300' : 'text-gray-600'} min-w-16 flex-shrink-0`}>出发时间</Text>
|
|
|
+ <Text className={`text-sm font-semibold ${isCharter ? 'text-white' : 'text-gray-900'} text-right flex-1 break-words pl-2`} data-testid="departure-time">购票后将订单截图和出行日期发送客服进乘车群(小程序-我的-联系客服)</Text>
|
|
|
</View>
|
|
|
<View className="flex justify-between items-center">
|
|
|
<Text className={`text-sm font-medium ${isCharter ? 'text-gray-300' : 'text-gray-600'}`}>车辆型号</Text>
|