yht2016 4 năm trước cách đây
mục cha
commit
608aa6540c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/recover/html/personal-manage.html

+ 1 - 1
app/recover/html/personal-manage.html

@ -183,7 +183,7 @@
									<div v-if="o.code=='3'" class="flex lh28">
										<!-- o.type 1: 血糖 2: 血压  -->
										<span>最近体征:</span>
										<div v-if="!o.type" class="">--</div>
										<div v-if="!o.type || o.compeletTotal==0" class="">--</div>
										<div v-else-if="o.type==1">
											<span class="zhibiao_icon" :class="{'low':o.levelClazz1=='low', 'high':o.levelClazz1=='high'}">{{o.levelName}}血糖:{{o.value1}}</span>
										</div>