ソースを参照

fix timeout

master
Alex Cheung 1年前
コミット
beb3ffd25d
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/pages/Payment/FPS/FPS.js

+ 1
- 1
src/pages/Payment/FPS/FPS.js ファイルの表示

@@ -166,7 +166,7 @@ const Index = () => {
const currentTime = new Date;
console.log(time)
getPaymentStatus();
if (timeOutDate.getTime()>currentTime.getTime()){
if (timeOutDate.getTime()<currentTime.getTime()){
console.log("stop");
clearInterval(currentTimer.current);
}


読み込み中…
キャンセル
保存