Selaa lähdekoodia

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

zhangxc 5 vuotta sitten
vanhempi
commit
614f288619
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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 || {}
     tipsResult = tipsInfo.data || {}
 
 
     const diagPossible =  pushResult.dis&&pushResult.dis['可能诊断'] || []//可能
     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 diagDeter = pushResult.dis&&pushResult.dis['确诊'] || []//确诊
     const diagWaring = pushResult.dis&&pushResult.dis['警惕'] || [] // 推荐警惕诊断
     const diagWaring = pushResult.dis&&pushResult.dis['警惕'] || [] // 推荐警惕诊断
     const symptomRecommend = pushResult.symptom || []  //推荐问诊症状
     const symptomRecommend = pushResult.symptom || []  //推荐问诊症状

+ 1 - 1
src/js/indexHorizontal.js

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