|
@@ -1281,8 +1281,7 @@ function redSpotBackFuc (r, flag) {
|
|
|
var noticeCount = r.notice;
|
|
|
//JyObj.getUnReadMessageCount("");
|
|
|
// #fix 修复三级页同步请求导致页面白屏时间过长
|
|
|
- var isContent = location.href.indexOf('/article/content/') === -1
|
|
|
- checkMsgCount(isContent, 0)
|
|
|
+ checkMsgCount(true, 0)
|
|
|
// message红点
|
|
|
if (noticeCount > 0) {
|
|
|
$(".trigger-div-notice .dot-red").show()
|