瀏覽代碼

更新钱包页面和支付记录页面

尤良坤 5 月之前
父節點
當前提交
6be56160f1

+ 3 - 3
component/accountPages/paymentRecordPageComponent.tsx

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

+ 1 - 1
component/accountPages/walletPageComponent.tsx

@@ -1026,7 +1026,7 @@ const WalletPageComponent = () => {
                                 });
                                 });
                             }}
                             }}
                         >
                         >
-                            <Text className="text-[#02677D] text-lg underline">付款記錄</Text>
+                            <Text className="text-[#02677D] text-lg underline">訂單紀錄</Text>
                         </Pressable>
                         </Pressable>
                     </View>
                     </View>
                 </View>
                 </View>