|
@@ -868,6 +868,11 @@ export default defineComponent({
|
|
|
proxyData.loadingAir = true;
|
|
|
// 操作空调后,先关闭定时刷新接口,等固定时间再更新空调状态
|
|
|
proxyData.updateAirStatus();
|
|
|
+ if (proxyData.airData.isOpen && !proxyData.swiperIinit) {
|
|
|
+ nextTick(() => {
|
|
|
+ proxyData.barSwiperInit();
|
|
|
+ });
|
|
|
+ }
|
|
|
let data: any = [];
|
|
|
proxyData.equipList.map((item: any) => {
|
|
|
let obj: any = {
|
|
@@ -890,6 +895,7 @@ export default defineComponent({
|
|
|
async barSwiperInit() {
|
|
|
if (proxyData.airData.isOpen && !proxyData.showChild) {
|
|
|
proxyData.endBoxSwiper();
|
|
|
+ // debugger
|
|
|
proxyData.setBarNowPerstion();
|
|
|
}
|
|
|
},
|