diff --git a/common/style/new_style.css b/common/style/new_style.css
index 783cb8ca..3c571912 100644
--- a/common/style/new_style.css
+++ b/common/style/new_style.css
@@ -2104,6 +2104,11 @@ button::after {
padding: 5px;
}
+.card_to_location {
+ color: #329362;
+ padding: 5px;
+}
+
.card_location_content {
font-size: 32rpx;
padding: 5px;
diff --git a/mycomponents/balance/balance.vue b/mycomponents/balance/balance.vue
index cc47d918..f22ba25b 100644
--- a/mycomponents/balance/balance.vue
+++ b/mycomponents/balance/balance.vue
@@ -5,7 +5,8 @@
-
+
+
+
-
diff --git a/mycomponents/detail/requestDetailCommonInfo.vue b/mycomponents/detail/requestDetailCommonInfo.vue
index 01a6279a..0ee0c863 100644
--- a/mycomponents/detail/requestDetailCommonInfo.vue
+++ b/mycomponents/detail/requestDetailCommonInfo.vue
@@ -3,10 +3,13 @@
-
+
+
+
-
+
+
+
@@ -24,6 +27,7 @@
import comItem from '@/mycomponents/item/item.vue'
import requestDetailBasicInfo from '@/mycomponents/detail/requestDetailBasicInfo.vue'
import detailRecommendInfo from '@/mycomponents/detail/detailRecommendInfo.vue'
+ import detailBasicInfo from '@/mycomponents/detail/detailBasicInfo.vue'
export default {
emits: ['onClose'],
@@ -31,6 +35,7 @@
comItem,
requestDetailBasicInfo,
detailRecommendInfo,
+ detailBasicInfo
},
data() {
return {}
diff --git a/mycomponents/recommend/recommend.vue b/mycomponents/recommend/recommend.vue
index 37fc81cc..0efadef8 100644
--- a/mycomponents/recommend/recommend.vue
+++ b/mycomponents/recommend/recommend.vue
@@ -1,14 +1,15 @@
-
+
-
-
+
+
+
@@ -30,6 +31,7 @@