Browse Source

首页

pull/91/head
rainbro 3 days ago
parent
commit
0c39237389
  1. 7
      src/views/agent/home.vue

7
src/views/agent/home.vue

@ -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;

Loading…
Cancel
Save