jack 7 年 前
コミット
e56e7b1336
共有1 個のファイルを変更した2 個の追加1 個の削除を含む
  1. 2 1
      js/tidings.js

+ 2 - 1
js/tidings.js

@ -221,9 +221,10 @@ $(document).ready(function() {
221 221
							personMess(professorId, $str.find('img'), $str.find(".user_name"), $str.find(".authiconNew"));
222 222
							$(".chat_content_nodata").hide();
223 223
							$(".chat_content").show();
224
							myMessageList();
224 225
						}
225 226
						
226
						myMessageList();
227
						
227 228
					
228 229
					}
229 230