mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
fix: 修复没有有效统计数据时仍然显示之前的统计信息的问题
This commit is contained in:
@@ -380,6 +380,8 @@
|
||||
if (!resSearch.pois || resSearch.pois.length === 0) {
|
||||
mapContainer.find('.search-statistics').show();
|
||||
}
|
||||
}else{
|
||||
mapContainer.find('.search-statistics').hide();
|
||||
}
|
||||
mapContainer.find('.search-body').show();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user