Ver código fonte

fix timeout

master
Alex Cheung 1 ano atrás
pai
commit
beb3ffd25d
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/pages/Payment/FPS/FPS.js

+ 1
- 1
src/pages/Payment/FPS/FPS.js Ver arquivo

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


Carregando…
Cancelar
Salvar