jack 7 years ago
parent
commit
e56e7b1336
1 changed files with 2 additions and 1 deletions
  1. 2 1
      js/tidings.js

+ 2 - 1
js/tidings.js

221
							personMess(professorId, $str.find('img'), $str.find(".user_name"), $str.find(".authiconNew"));
221
							personMess(professorId, $str.find('img'), $str.find(".user_name"), $str.find(".authiconNew"));
222
							$(".chat_content_nodata").hide();
222
							$(".chat_content_nodata").hide();
223
							$(".chat_content").show();
223
							$(".chat_content").show();
224
							myMessageList();
224
						}
225
						}
225
						
226
						
226
						myMessageList();
227
						
227
					
228
					
228
					}
229
					}
229
					
230