|
@@ -814,7 +814,7 @@ export default function OrderPage() {
|
|
|
>
|
|
>
|
|
|
<View className="flex items-center justify-center">
|
|
<View className="flex items-center justify-center">
|
|
|
<View className="i-heroicons-plus-20-solid w-4 h-4 mr-2" />
|
|
<View className="i-heroicons-plus-20-solid w-4 h-4 mr-2" />
|
|
|
- 添加新乘车人
|
|
|
|
|
|
|
+ 添加
|
|
|
</View>
|
|
</View>
|
|
|
</Button>
|
|
</Button>
|
|
|
{savedPassengers && savedPassengers.length > 0 && (
|
|
{savedPassengers && savedPassengers.length > 0 && (
|