From 9c76b4b563be29ef47223524ecc87c1246e0ffef Mon Sep 17 00:00:00 2001 From: Alex Cheung Date: Thu, 21 Dec 2023 10:53:33 +0800 Subject: [PATCH] update window --- src/pages/Payment/MultiPaymentWindow.js | 160 ++++++++++++------------ 1 file changed, 80 insertions(+), 80 deletions(-) diff --git a/src/pages/Payment/MultiPaymentWindow.js b/src/pages/Payment/MultiPaymentWindow.js index d0871c0..decee26 100644 --- a/src/pages/Payment/MultiPaymentWindow.js +++ b/src/pages/Payment/MultiPaymentWindow.js @@ -98,37 +98,37 @@ const MultiPaymentWindow = (props) => { if(props.selectedPaymentMethod === ""){ setPaymentMethod("") } - setContent( - - - - - - 交易參考編號: - - - - - {transactionData.transactionid} - - + setContent( + + + + + + 交易參考編號: + + + + + {transactionData.transactionid} + - - - - - 付款金額: - - - - - {"HK$ "+FormatUtils.currencyFormat(props.totalAmount)} - - + + + + + + 付款金額: + + + + + {"HK$ "+FormatUtils.currencyFormat(props.totalAmount)} + - + + @@ -165,26 +165,26 @@ const MultiPaymentWindow = (props) => { PPS - - {paymentMethod !=""? - - - - - 已選擇付款方式: - - - - - {paymentMethod} - - - - - : null} - ) + {paymentMethod !=""? + + + + + 已選擇付款方式: + + + + + {paymentMethod} + + + + + : null} + + ) }, [availableMethodData]); const formik = useFormik({ @@ -219,46 +219,46 @@ const MultiPaymentWindow = (props) => { - -
- + +
+ + + 交易參考號: {transactionData.transactionid} + + + + 支付金額: HK$ {FormatUtils.currencyFormat(props.totalAmount)} + + {availableMethodData > 0 ? + !onReady ? + + :content + : + + 付款功能現在不可用。 + + + } + + + + + - 交易參考號: {transactionData.transactionid} + 付款金額: - + + - 支付金額: HK$ {FormatUtils.currencyFormat(props.totalAmount)} + {"HK$ " + FormatUtils.currencyFormat(props.totalAmount)} - {availableMethodData > 0 ? - !onReady ? - - :content - : - - 付款功能現在不可用。 - - - } - - - - - - - 付款金額: - - - - - {"HK$ " + FormatUtils.currencyFormat(props.totalAmount)} - - - - -
+
+
- - +
+
+
+