jack 7 年之前
父節點
當前提交
9913e0e6c9
共有 1 個文件被更改,包括 2 次插入0 次删除
  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