|
@@ -214,7 +214,7 @@ Promise.all([getConf(),getPushInfo(),getTreatment()]).then(([res1, res2, res3])
|
|
}
|
|
}
|
|
const pushHei = $('.push').height()
|
|
const pushHei = $('.push').height()
|
|
if(pushHei == 0) {
|
|
if(pushHei == 0) {
|
|
- $('.treat').css({"width":"93%"})
|
|
|
|
|
|
+ $('.treat').css({"width":"90%"})
|
|
}
|
|
}
|
|
// renderRecommendInfo(warningImg, 'warning', '警惕诊断', diagWaring, true,7,2)
|
|
// renderRecommendInfo(warningImg, 'warning', '警惕诊断', diagWaring, true,7,2)
|
|
// renderRecommendInfo(diagImg, 'diagRecommend', '推荐诊断', diagRecommend, true,7,2)
|
|
// renderRecommendInfo(diagImg, 'diagRecommend', '推荐诊断', diagRecommend, true,7,2)
|