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


Завантаження…
Відмінити
Зберегти