|
@@ -36,7 +36,6 @@ function bqtsFun(data){//病情提示
|
|
})
|
|
})
|
|
}
|
|
}
|
|
function ybzlFun(data){//一般治疗
|
|
function ybzlFun(data){//一般治疗
|
|
- console.log('data', data)
|
|
|
|
$(".conditionHintZhiliaoAp").prepend('<div class="treatPlanWrap"><p class="treatPlan">一般治疗: </p><div class="commonTreat clearfix">'+ data+'</div></div>')
|
|
$(".conditionHintZhiliaoAp").prepend('<div class="treatPlanWrap"><p class="treatPlan">一般治疗: </p><div class="commonTreat clearfix">'+ data+'</div></div>')
|
|
var commonTreatHeight = $(".commonTreat").height()
|
|
var commonTreatHeight = $(".commonTreat").height()
|
|
if(commonTreatHeight > 75){
|
|
if(commonTreatHeight > 75){
|