jack 7 years ago
parent
commit
9913e0e6c9
1 changed files with 2 additions and 0 deletions
  1. 2 0
      js/common.js

+ 2 - 0
js/common.js

@ -220,6 +220,8 @@ function unReadedCount(id){//查询指定用户的未读消息数量
220 220
			if(data.success){
221 221
				if(data.data!=0){
222 222
					$(".mymessage .badge").text(data.data);
223
				}else{
224
					$(".mymessage .badge").text("");
223 225
				}
224 226
			}
225 227