caixing200 5 年之前
父節點
當前提交
26d1b29b73
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      whepi-ui/templates/home/ribao.js

+ 2 - 2
whepi-ui/templates/home/ribao.js

@@ -931,7 +931,7 @@ function ribao_cell(v) {
     if (v.singleRoom == 0 && v.medical != 0)
       singleRoom = "单间隔离:" + getSingleRoom(v.singleRoom) + ";<br/>";
   }
-  var tempTemperature = v.temperature>37.2?'异常,'+v.temperature+'度':'正常';
+  var tempTemperature = v.temperature>37.2?'异常,'+v.temperature+'度':'正常,37.2度以下';
   var temperature = "体温:" + tempTemperature + ";<br/>";
   var cough = "";
   if (v.cough != 0)
@@ -2070,7 +2070,7 @@ function helpValue1(v) {
     if (v.singleRoom == 0 && v.medical != 0)
       singleRoom = "单间隔离:" + getSingleRoom(v.singleRoom) + ";<br/>";
   }
-  var tempTemperature = v.temperature>37.2?'异常,'+v.temperature+'度':'正常';
+  var tempTemperature = v.temperature>37.2?'异常,'+v.temperature+'度':'正常,37.2度以下';
   var temperature = "体温:" + tempTemperature + ";<br/>";
   var cough = "";
   if (v.cough != 0)