社区初排

This commit is contained in:
liuye
2022-10-12 15:45:34 +08:00
parent f23017cf90
commit f70537e9f7
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@
<div class="title">健康状况</div>
<div class="item-flex">
<div class="label">当前体温</div>
<div class="value" :style="info.temperature > 37.2 ? 'color:#f46;' : ''" >{{info.temperature}}</div>
<div class="value" :style="info.temperature > 37.2 ? 'color:#f46;' : ''" >{{info.temperature}}</div>
</div>
<div class="item-flex">
<div class="label" style="width:360px;">近14天内是否接触新冠确诊或疑似患者</div>

View File

@@ -160,7 +160,7 @@ export default {
uni.$emit('updateDetail')
uni.$emit('updateList')
setTimeout(() => {
uni.navigateBack({delta: 2})
uni.navigateBack({delta: 3})
}, 600)
}
}).catch((err) => {