|
@@ -89,6 +89,7 @@ function bqtsFun(data){//病情提示
|
|
|
}
|
|
|
function ybzlFun(data){//一般治疗
|
|
|
$(".conditionHintZhiliaoAp").prepend('<div class="treatPlanWrap"><p class="treatPlan">一般治疗</p><p class="commonTreat clearfix">'+data+'</p></div>')
|
|
|
+ $(".diseaseName").html(' ('+msg.diag+')')
|
|
|
var commonTreatHeight = $(".commonTreat").height()
|
|
|
if(commonTreatHeight > 75){
|
|
|
$(".commonTreat").addClass('medicinePartLimitHeightSpec').append('<span class="slideDown">更多 <i></i></span>')
|