|
|
@@ -117,10 +117,10 @@ const PaymentRecordPageComponent = () => {
|
|
|
description = '繳付罰款';
|
|
|
break;
|
|
|
case 'Book a connector':
|
|
|
- description = '預約充電費用';
|
|
|
+ description = '預約充電概要';
|
|
|
break;
|
|
|
case 'Walk In':
|
|
|
- description = '充電費用';
|
|
|
+ description = '充電概要';
|
|
|
break;
|
|
|
case 'manual_refund':
|
|
|
description = '系統退款';
|
|
|
@@ -188,7 +188,7 @@ const PaymentRecordPageComponent = () => {
|
|
|
>
|
|
|
<PreviousPageBlackSvg />
|
|
|
</Pressable>
|
|
|
- <Text style={{ fontSize: 45, marginVertical: 25 }}>錢包記錄</Text>
|
|
|
+ <Text style={{ fontSize: 45, marginVertical: 25 }}>订单記錄</Text>
|
|
|
</View>
|
|
|
<View className="">
|
|
|
<ImageBackground
|