|
@@ -294,12 +294,12 @@ function renderPushData(){
|
|
|
renderOperationPush(operationsPush,operationsNum)
|
|
|
rendergeneraTreatPush(generaTreatPush)
|
|
|
renderNurse(nursePush, nurseNum)
|
|
|
- if(hasCompleteTnterface === allInterface){
|
|
|
- $('.loading').css("display","none")
|
|
|
+ //if(hasCompleteTnterface === allInterface){
|
|
|
+ //$('.loading').css("display","none")
|
|
|
//if(moduleNum === 0){
|
|
|
empty()
|
|
|
//}
|
|
|
- }
|
|
|
+ //}
|
|
|
bindOpenInfo()
|
|
|
moreInfo()
|
|
|
bindSlide()
|
|
@@ -373,12 +373,12 @@ function renderPushWarning(){
|
|
|
// renderBillingPush(dubugStr,'注意调试信息')
|
|
|
|
|
|
}
|
|
|
- if(hasCompleteTnterface === allInterface){
|
|
|
- $('.loading').css("display","none")
|
|
|
+ //if(hasCompleteTnterface === allInterface){
|
|
|
+ //$('.loading').css("display","none")
|
|
|
//if(moduleNum === 0){
|
|
|
empty()
|
|
|
//}
|
|
|
- }
|
|
|
+ //}
|
|
|
|
|
|
})
|
|
|
}
|
|
@@ -390,12 +390,12 @@ function renderWriteStandard(){
|
|
|
let casewritingNum = $(".moduleItem.casewriting").attr("data-num") || 5
|
|
|
renderwriteStandardPage(list,casewritingNum)
|
|
|
}
|
|
|
- if(hasCompleteTnterface === allInterface){
|
|
|
- $('.loading').css("display","none")
|
|
|
+ //if(hasCompleteTnterface === allInterface){
|
|
|
+ //$('.loading').css("display","none")
|
|
|
//if(moduleNum === 0){
|
|
|
empty()
|
|
|
//}
|
|
|
- }
|
|
|
+ //}
|
|
|
})
|
|
|
}
|
|
|
function renderwriteStandardPage(list,casewritingNum){
|
|
@@ -817,19 +817,8 @@ $(function(){
|
|
|
}
|
|
|
})
|
|
|
}
|
|
|
- });
|
|
|
- // $(".iframeWrap").preventScroll();
|
|
|
- /* $(".iframeWrap").preventScroll();
|
|
|
- $(".recommendWrap").preventScroll();
|
|
|
- $(".tcmWarp").preventScroll();
|
|
|
- $(".infoWrap").preventScroll();
|
|
|
- $(".medicalKonwledgeWrap .staticSearchB ul").preventScroll(); */
|
|
|
+ });
|
|
|
$(window).on("resize", function(){
|
|
|
- /*$(".iframeWrap").preventScroll();
|
|
|
- $(".recommendWrap").preventScroll();
|
|
|
- $(".tcmWarp").preventScroll();
|
|
|
-
|
|
|
- $(".medicalKonwledgeWrap .staticSearchB ul").preventScroll(); */
|
|
|
adjustHei()
|
|
|
})
|
|
|
});
|