diff --git a/src/assets/imgs/shop_ic_huoqu.png b/src/assets/imgs/shop_ic_huoqu.png
index 7cb9a91a533a88db1db4ebb7656f3f51d1720856..51f20bdd87dedc20e0ea87cfc9c910d542b4c68d 100644
Binary files a/src/assets/imgs/shop_ic_huoqu.png and b/src/assets/imgs/shop_ic_huoqu.png differ
diff --git a/src/assets/imgs/shop_icon_liulan.png b/src/assets/imgs/shop_icon_liulan.png
index 6c966c360643420b16f291e66754eee3a7e8bf14..854a60ba8e5d0cd67cf460a3935ab45ea0c8a15a 100644
Binary files a/src/assets/imgs/shop_icon_liulan.png and b/src/assets/imgs/shop_icon_liulan.png differ
diff --git a/src/components/shop-card.vue b/src/components/shop-card.vue
index 08b611d26d8e5c09e4bcd87ad35419f48b80d633..a0a7e0f8a4f3ce64c8f17ae113670c4ebfdd91c2 100644
--- a/src/components/shop-card.vue
+++ b/src/components/shop-card.vue
@@ -4,9 +4,17 @@
-
+
-
+
@@ -18,22 +26,36 @@
-
-
+
+
@@ -47,27 +69,27 @@ export default {
props: {
data: {
type: Object,
- default: () => {}
+ default: () => {},
},
detailPath: {
type: String,
- required: true
+ required: true,
},
showImg: {
type: Boolean,
- default: false
- }
+ default: false,
+ },
},
data() {
return {
- helper
+ helper,
};
},
methods: {
intoDetail() {
this.$router.push(this.detailPath + this.data.id);
- }
- }
+ },
+ },
};
@@ -96,7 +118,6 @@ export default {
.shop_card-title {
height: 42px;
font-size: 16px;
- font-weight: bold;
color: #0d1847;
line-height: 21px;
cursor: pointer;
@@ -111,6 +132,7 @@ export default {
display: flex;
justify-content: space-between;
align-items: center;
+ color: #58617a;
}
.shop_card-text.under_text > span:nth-child(2) {
flex-shrink: 0;
@@ -141,6 +163,7 @@ export default {
align-items: center;
padding-top: 11px;
border-top: 1px solid #ededed;
+ color: #58617a;
}
.shop_card-text.access > span > * {
width: 15px;
diff --git a/src/pages/service_shop/services_shop.vue b/src/pages/service_shop/services_shop.vue
index a0dbe0d648ec02eaf5211fac4da5f0cd775494f6..82f81a136a665ed1c6023c67005151794b5db2bf 100644
--- a/src/pages/service_shop/services_shop.vue
+++ b/src/pages/service_shop/services_shop.vue
@@ -88,7 +88,7 @@ export default {
{
name: "服务请求次数",
value: 0,
- icon: require("@/assets/imgs/shop_ic_fuwuzs.png")
+ icon: require("@/assets/imgs/shop_ic_fuwuqqcs.png")
}
],
hot_datas: [],