diff --git a/pkg_product/views/healthSearch.vue b/pkg_product/views/healthSearch.vue
index fcfe180..f62e53a 100644
--- a/pkg_product/views/healthSearch.vue
+++ b/pkg_product/views/healthSearch.vue
@@ -22,15 +22,15 @@
class="map-icon v12-mr-1"
:src="webUrl + '/orderIcon/map_white.png'"
>
- {{ item.areaName }}
+ {{ item.areaName || '' }}
- {{ item.intro }}
+ {{ item.intro || '' }}
- {{ item.name }}
+ {{ item.name || '' }}