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