|
@@ -103,12 +103,12 @@ function getPageInfo() {
|
|
|
const configArr = res1&&res1.data&&res1.data.data || []
|
|
|
const pushInfo = res2.data || {}
|
|
|
const treatInfo = res3.data || {}
|
|
|
- let tipsInfo
|
|
|
+ let tipsInfo =[]
|
|
|
if(tipsMode === 1) {
|
|
|
tipsInfo = res4.data || []
|
|
|
} else {
|
|
|
- console.log('tipsInfo',res4.data)
|
|
|
- tipsInfo = res4.data&&[].push(res4.data) || []
|
|
|
+ res4.data.data&&tipsInfo.push(res4.data.data)
|
|
|
+ console.log('tipsInfo11',tipsInfo,res4.data)
|
|
|
}
|
|
|
const confArr = transConf(configArr)
|
|
|
pushResult = pushInfo.data || {};
|