|
|
@@ -143,7 +143,7 @@ function setOption(chart) {
|
|
|
rich: {
|
|
|
units: {
|
|
|
fontSize: 12,
|
|
|
- padding: [10, 0, 0, 0],
|
|
|
+ padding: [10, 0, 0, 1],
|
|
|
fontWeight: 'bolder',
|
|
|
color: '#333333'
|
|
|
},
|
|
|
@@ -3792,7 +3792,7 @@ Page({
|
|
|
// }, 6000);
|
|
|
this.data.intervalId1 = setInterval(() => {
|
|
|
that.getHAData(that, that.data.hotelcode, that.data.roomcode);
|
|
|
- }, 6000);
|
|
|
+ }, 2500);
|
|
|
|
|
|
// 第二个定时器,每2秒执行一次
|
|
|
this.data.intervalId2 = setInterval(() => {
|