diff --git a/components/base/mapCard.vue b/components/base/mapCard.vue
new file mode 100644
index 0000000..6fe5029
--- /dev/null
+++ b/components/base/mapCard.vue
@@ -0,0 +1,168 @@
+
+
+
+
+
+
+
+
+
+ {{ addressName }}
+ {{ addressDetail }}
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/components/user/callPhone.vue b/components/user/callPhone.vue
index 8dd2f96..92e4c80 100644
--- a/components/user/callPhone.vue
+++ b/components/user/callPhone.vue
@@ -1,8 +1,19 @@
-
-
- {{ title || '联系' + ta[sexName] }}
-
+
+
+
+
+ {{ title || '联系' + ta[sexName] }}
+
+
+
+
+
+
+ {{ title || '联系' + ta[sexName] }}
+
+
+
\ No newline at end of file
diff --git a/config/browseConfig.js b/config/browseConfig.js
index b50c4db..59a44ef 100644
--- a/config/browseConfig.js
+++ b/config/browseConfig.js
@@ -117,11 +117,11 @@ export function getBrowseRecordConfig(itemType) {
}
// 创建浏览记录参数的工具函数
-export function createBrowseRecordParams(orderId, itemType = 'dynamic') {
+export function createBrowseRecordParams(formId, itemType = 'dynamic') {
const config = getBrowseRecordConfig(itemType)
return {
- orderId: orderId,
+ formId: formId,
type: config.type,
category: config.category
}
diff --git a/pages_order/renting/rentingDetail.vue b/pages_order/renting/rentingDetail.vue
index f36ff5b..9b8ce9c 100644
--- a/pages_order/renting/rentingDetail.vue
+++ b/pages_order/renting/rentingDetail.vue
@@ -83,38 +83,48 @@
-->
-
-
- 小区:
-
-
- {{ detail.address }}
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 工作地址
+
+
+
+
+
+
工作地址
-
{{ detail.address }}
@@ -66,12 +78,6 @@
name="arrow-right"
>
-
-
@@ -117,10 +123,12 @@
@@ -236,6 +249,10 @@
}
}
+ .address-section{
+ padding: 30rpx 0;
+ }
+
.info{
margin: 20rpx 0;
.text{
diff --git a/static/image/location-marker.svg b/static/image/location-marker.svg
new file mode 100644
index 0000000..530493e
--- /dev/null
+++ b/static/image/location-marker.svg
@@ -0,0 +1,4 @@
+
\ No newline at end of file