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