@@ -97,7 +97,7 @@ function getPageInfo() {
const tipsInfo = res4&&res4.data || {}
const {confArr, showLabsNum, showPacsNum, labsAndPacMode} = transConf(configArr)
const pushResult = pushInfo.data || {};
- const treatResult = treatInfo.data.treat || {}
+ const treatResult = treatInfo&&treatInfo.data&&treatInfo.data.treat || {}
let tipsResult = []
if(tipsInfo.data) {
if(tipsMode == '2') {
@@ -91,7 +91,7 @@ function getPageInfo() {
const tipsInfo = res4.data || {}