Sfoglia il codice sorgente

Merge remote-tracking branch 'origin/master' into referMaster

zhouna 5 anni fa
parent
commit
b0901418db
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      src/js/index.js
  2. 1 1
      src/js/indexHorizontal.js

+ 1 - 1
src/js/index.js

@@ -92,7 +92,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

@@ -105,7 +105,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 || []  //推荐问诊症状