|
|
@ -42,7 +42,7 @@ |
|
|
|
<img :src="require(`@/assets/home/service_classification_${classification_id}.png`)" alt=""> |
|
|
|
<b>{{ classification_name }}</b> |
|
|
|
</div> |
|
|
|
<span>详情</span> |
|
|
|
<a href="/supplyList" target="_blank"><span>详情</span></a> |
|
|
|
</div> |
|
|
|
<div class="list-wrap"> |
|
|
|
<div v-for="(veritem, key) in serviceClassificationServices[classification_id]" :key="key" class="item-list"> |
|
|
@ -321,6 +321,11 @@ export default { |
|
|
|
} |
|
|
|
</script> |
|
|
|
<style scoped lang="scss"> |
|
|
|
a { |
|
|
|
text-decoration: none; |
|
|
|
color: #006AFF; |
|
|
|
} |
|
|
|
|
|
|
|
.home-wrap { |
|
|
|
padding: 12px; |
|
|
|
|
|
|
|