Browse Source

提交代码

wangxiaogang 3 years ago
parent
commit
b0f09cab85
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/jfw/modules/app/src/web/staticres/jyapp/js/common.js

+ 1 - 0
src/jfw/modules/app/src/web/staticres/jyapp/js/common.js

@@ -1607,6 +1607,7 @@ function afterReceivePushMessage (type, url) {
 	}else if (type == "entnichepush" || type == "member" || type == "projectforecast" || type == "entchange" || type == "memberreport") {
       	JyObj.hideRedSpotOnMenu("my");
     }
+    checkMsgCount(true, 1)
     receivePushMessageHandle(type, url);
   } catch (e) { }
 }