diff --git a/src/pages/goods/components/GoodFacility/index.vue b/src/pages/goods/components/GoodFacility/index.vue
index e92f487..c97f566 100644
--- a/src/pages/goods/components/GoodFacility/index.vue
+++ b/src/pages/goods/components/GoodFacility/index.vue
@@ -15,7 +15,7 @@
{{ zniconsMap[moduleItem.icon] }}
-
+
{{ moduleItem.title }}
diff --git a/src/pages/goods/components/GoodPackage/index.vue b/src/pages/goods/components/GoodPackage/index.vue
new file mode 100644
index 0000000..41db35f
--- /dev/null
+++ b/src/pages/goods/components/GoodPackage/index.vue
@@ -0,0 +1,38 @@
+
+
+
+
+
+ {{ moduleItem.moduleTitle }}
+
+
+
+
+
+
+
+
diff --git a/src/pages/goods/index.vue b/src/pages/goods/index.vue
index 4452271..c3ed929 100644
--- a/src/pages/goods/index.vue
+++ b/src/pages/goods/index.vue
@@ -34,6 +34,8 @@
:nights="selectedDate.totalDays"
/>
+
+
@@ -87,6 +89,7 @@ import LocationCard from "@/components/LocationCard/index.vue";
import DateSelector from "./components/DateSelector/index.vue";
import GoodDetail from "@/components/GoodDetail/index.vue";
import GoodFacility from "./components/GoodFacility/index.vue";
+import GoodPackage from "./components/GoodPackage/index.vue";
import { useSelectedDateStore } from "@/store";
// 导航栏透明度 - 默认透明,随滚动变为不透明