Explorar o código

修改推送字段“疑似诊断”为“拟诊”

zhangxc %!s(int64=5) %!d(string=hai) anos
pai
achega
614f288619
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      src/js/index.js
  2. 1 1
      src/js/indexHorizontal.js

+ 1 - 1
src/js/index.js

@@ -90,7 +90,7 @@ function getPageInfo() {
     tipsResult = tipsInfo.data || {}
 
     const diagPossible =  pushResult.dis&&pushResult.dis['可能诊断'] || []//可能
-    const diagDoubt = pushResult.dis&&pushResult.dis['疑似诊断'] || [] // 疑似
+    const diagDoubt = pushResult.dis&&pushResult.dis['拟诊'] || [] // 疑似
     const diagDeter = pushResult.dis&&pushResult.dis['确诊'] || []//确诊
     const diagWaring = pushResult.dis&&pushResult.dis['警惕'] || [] // 推荐警惕诊断
     const symptomRecommend = pushResult.symptom || []  //推荐问诊症状

+ 1 - 1
src/js/indexHorizontal.js

@@ -103,7 +103,7 @@ function getPageInfo() {
     tipsResult = tipsInfo.data || {}
     
     const diagPossible =  pushResult.dis&&pushResult.dis['可能诊断'] || []//可能
-    const diagDoubt = pushResult.dis&&pushResult.dis['疑似诊断'] || [] // 疑似
+    const diagDoubt = pushResult.dis&&pushResult.dis['拟诊'] || [] // 疑似
     const diagDeter = pushResult.dis&&pushResult.dis['确诊'] || []//确诊
     const diagWaring = pushResult.dis&&pushResult.dis['警惕'] || [] // 推荐警惕诊断
     const symptomRecommend = pushResult.symptom || []  //推荐问诊症状