@@ -469,7 +469,7 @@ function renderBillingPush(list,name,code){
//更新消息个数
function updatePopNum(){
- const warnNum = $(".tips-cont .billingPushItem,.casewriting .billingPushItem").length;
+ const warnNum = $(".tips-cont .billingPushItem,.casewriting .longStrBox .billingPushItem").length; //病例书写规范有隐藏元素
if(warnNum===0){
$(".tabList .numPop").hide();
return;