diff --git a/api/qianxian.js b/api/qianxian.js
index 01b8303..fd97dc6 100644
--- a/api/qianxian.js
+++ b/api/qianxian.js
@@ -249,3 +249,11 @@ limit int 每页条数
export function getJiaLouNewsList(params) {
return request.get('/travel/news', params, {login: true})
}
+
+
+/**
+ * 分享管家
+ */
+export function getShareHousekeeper(id) {
+ return request.get('/travel/steward/poster/' + id, {login: true})
+}
diff --git a/components/sharePopup.vue b/components/sharePopup.vue
new file mode 100644
index 0000000..e4822fa
--- /dev/null
+++ b/components/sharePopup.vue
@@ -0,0 +1,128 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pkg_product/views/housekeeperDetail.vue b/pkg_product/views/housekeeperDetail.vue
index a06e00a..dd1a7ed 100644
--- a/pkg_product/views/housekeeperDetail.vue
+++ b/pkg_product/views/housekeeperDetail.vue
@@ -29,7 +29,7 @@
旅居管家
{{record.name}}
-
+
@@ -70,12 +70,18 @@
+