|
|
@@ -184,7 +184,7 @@ const Index = () => { |
|
|
|
{/*row 1*/} |
|
|
|
<Grid item xs={12} md={12} spacing={2} sx={{ textAlign: "center" }}> |
|
|
|
<Typography variant="h3" sx={{ ml: 8, mt: 4, mr: 8, textAlign: "center" }}> |
|
|
|
您的申請和付款已收到 |
|
|
|
<FormattedMessage id="MSG.paymentMsg"/> |
|
|
|
</Typography> |
|
|
|
<Grid container justifyContent="center" direction="column" spacing={2} sx={{ p: 2 }} alignitems="stretch" > |
|
|
|
<Grid item className="printOrder" xs={12} md={12} sx={{ pt: 2 }} style={{ height: '100%', order: 1 }}> |
|
|
@@ -235,21 +235,21 @@ const Index = () => { |
|
|
|
<center> |
|
|
|
<Grid item xs={12} md={8} > |
|
|
|
<Typography variant="h5" sx={{ ml: 8, mt: 4, mr: 8, textAlign: "left" }}> |
|
|
|
付款取消訊息: |
|
|
|
<FormattedMessage id="MSG.paymentCancelMsg1"/> |
|
|
|
<br /><br /> |
|
|
|
您的付款已被取消。我們收到了您的付款請求,但由於某些原因,付款無法完成。請注意以下事項: |
|
|
|
<FormattedMessage id="MSG.paymentCancelMsg2"/> |
|
|
|
<br /><br /> |
|
|
|
如果您主動取消了支付,請確認並確保取消是您的意願。 |
|
|
|
<FormattedMessage id="MSG.paymentCancelMsg3"/> |
|
|
|
<br /> |
|
|
|
如果付款被取消是由於系統問題或其他原因,請您嘗試以下解決方法: |
|
|
|
<FormattedMessage id="MSG.paymentCancelMsg4"/> |
|
|
|
<br /><br /> |
|
|
|
檢查您的支付帳戶是否有任何異常或限制。 |
|
|
|
<FormattedMessage id="MSG.paymentCancelMsg5"/> |
|
|
|
<br /> |
|
|
|
確保您的付款資訊準確無誤。 |
|
|
|
<FormattedMessage id="MSG.paymentCancelMsg6"/> |
|
|
|
<br /> |
|
|
|
檢查您的網路連線是否正常。 |
|
|
|
<FormattedMessage id="MSG.paymentCancelMsg7"/> |
|
|
|
<br /><br /> |
|
|
|
如果您需要進一步的協助或有任何疑問,請隨時與我們聯繫,我們將盡快解決您的付款問題。謝謝! |
|
|
|
<FormattedMessage id="MSG.paymentCancelMsg8"/> |
|
|
|
</Typography> |
|
|
|
</Grid> |
|
|
|
</center> |
|
|
|