Procházet zdrojové kódy

fix timeout

master
Alex Cheung před 1 rokem
rodič
revize
beb3ffd25d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/pages/Payment/FPS/FPS.js

+ 1
- 1
src/pages/Payment/FPS/FPS.js Zobrazit soubor

@@ -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);
}


Načítá se…
Zrušit
Uložit