From a2805ca58eb8d180e40c696186d4b0e497ef2186 Mon Sep 17 00:00:00 2001
From: linxi <957440651@qq.com>
Date: Wed, 12 Nov 2025 17:08:18 +0800
Subject: [PATCH] =?UTF-8?q?Feat=EF=BC=9A=E7=AE=A1=E5=AE=B6=E5=88=86?=
=?UTF-8?q?=E4=BA=AB?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
api/qianxian.js | 8 ++
components/sharePopup.vue | 128 ++++++++++++++++++++++++
pkg_product/views/housekeeperDetail.vue | 21 +++-
3 files changed, 155 insertions(+), 2 deletions(-)
create mode 100644 components/sharePopup.vue
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 @@
+