bug
This commit is contained in:
		| @@ -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' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user