@@ -3792,7 +3792,7 @@ Page({
// }, 6000);
this.data.intervalId1 = setInterval(() => {
that.getHAData(that, that.data.hotelcode, that.data.roomcode);
- }, 2500);
+ }, 3000);
// 第二个定时器,每2秒执行一次
this.data.intervalId2 = setInterval(() => {