Browse Source

update ui

master
Anna Ho 1 year ago
parent
commit
5b682f825d
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/pages/Payment/PaymentSuccess.js

+ 3
- 3
src/pages/Payment/PaymentSuccess.js View File

@@ -157,7 +157,7 @@ const Index = () => {
</Grid>
<Grid item>
<FormLabel sx={{ fontSize: "16px", color: "#000000", textAlign: "center" }}>
{"P"+transactionData.transactionid}
</FormLabel>
</Grid>
</Grid>
@@ -227,7 +227,7 @@ const Index = () => {
</Grid>
<Grid item>
<FormLabel sx={{ fontSize: "16px", color: "#000000", textAlign: "center" }}>
{transactionData.paymentdetail.subtype}
{transactionData.paymentdetail.brandname}
</FormLabel>
</Grid>
</Grid>
@@ -266,7 +266,7 @@ const Index = () => {
<br />
請檢查您的網路連線是否正常。
<br /><br />
如果您已確認以上問題無誤,但付款成功,請您嘗試以下解決方法:
如果您已確認以上問題無誤,但付款失敗,請您嘗試以下解決方法:
<br /><br />
嘗試使用其他付款方式進行付款。
<br />


Loading…
Cancel
Save