Browse Source

小黄点样式,8938

zhouna 4 years ago
parent
commit
75cdd0c9c1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/js/cdss.js

+ 1 - 1
src/js/cdss.js

@@ -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;