Browse Source

修改咨询未登录判断问题

xuchunyang 8 years ago
parent
commit
94e4524003
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/resourceInfo.js

+ 1 - 1
js/resourceInfo.js

@ -156,7 +156,7 @@ $(document).ready(function() {
156 156
	});
157 157
	/*咨询函数*/
158 158
	function clickResouceConsultHandler() {
159
		if(userid) {
159
		if(userid && userid != "null" && userid != null) {
160 160
			ConsultApply();
161 161
			concultProInfo(professorId); //专家信息common.js中
162 162
			//默认选中资源咨询和标题