Browse Source

fix bug

master
Anna Ho 1 year ago
parent
commit
c21b337cad
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/pages/Payment/FPS/FPS.js

+ 1
- 1
src/pages/Payment/FPS/FPS.js View File

@@ -252,7 +252,7 @@ const Index = () => {
<br /> <br />
<img src={fpsTransctionData.fpsqrcodeimgbase64} alt="QR Code"/> <img src={fpsTransctionData.fpsqrcodeimgbase64} alt="QR Code"/>
<br /> <br />
{fpsTransctionData.paymentdetails.paymentid}
{fpsTransctionData.paymentdetails?.paymentid}
<br/> <br/>
二維碼有效期限3分鐘 二維碼有效期限3分鐘
<br /> <br />


Loading…
Cancel
Save