This commit is contained in:
yanran200730
2023-01-10 15:03:37 +08:00
parent 22494d28d3
commit 7d3169b077

View File

@@ -23,7 +23,7 @@
</div>
</div>
<div class="community-info__header--info">
<div class="community-info__header--info-item" v-for="(item, index) in testItem" :key="item.name">
<div class="community-info__header--info-item" v-for="(item, index) in testItem" :key="item.name" v-if="index !== 0">
<div class="left">
<div :style="{backgroundColor: item.color}">
<i :class="item.icon" class="iconfont"></i>
@@ -90,6 +90,10 @@ export default {
zoom: 11,
choosedId: '',
testItem: [{
name: '体温',
icon: 'icontiwen',
color: '#6BA3DB'
}, {
name: '心率',
icon: 'iconxinlv',
color: '#72BB5C'