diff --git a/pkg_product/views/healthFoods.vue b/pkg_product/views/healthFoods.vue
index e6d56a8..b9ced9c 100644
--- a/pkg_product/views/healthFoods.vue
+++ b/pkg_product/views/healthFoods.vue
@@ -1,8 +1,15 @@
- 养生圣地
- 养生食材
+ 养生圣地
+ 养生食材
- {{ cityName }}
+ {{
+ cityName
+ }}
+ :showAction="false"
+ v-model="keyword"
+ bgColor="#fff"
+ searchIconColor="#C52733"
+ @search="search"
+ >
-
-
+
+
-
+
{{ item.name }}
-
+
-
+
- {{ k.title }}
+ {{
+ k.title
+ }}
-
-
-
-
- {{ index + 1 }}
+ :key="index"
+ >
+
+
+
+ {{ index + 1 }}
-
+
- {{ item.productTitle }}
+ {{ item.productTitle }}
{{ item.productDesc }}
-
@@ -75,134 +135,156 @@
-
-
-
- {{ item.title }}
+
+
+
+
+ {{
+ item.title
+ }}
+
+ {{
+ item.productName
+ }}
- {{ item.productName }}
-
+
¥
- {{ item.price }}
+ {{ item.price }}
-
+
-
-
+
-
+
\ No newline at end of file
+