feat:对接首页地图异常提示数据

This commit is contained in:
张先生
2025-03-13 21:19:59 +08:00
parent 3651b4e0a9
commit a7b4f42df0
4 changed files with 2402 additions and 856 deletions

View File

@@ -79,6 +79,9 @@
case 'hotelData':
homeStore.setHotelData(val.data)
break
case 'getMapNotifyInfo':
homeStore.setNotifyInfo(val.data)
break
}
if (!timer) sendCarShip()
}