Browse Source

企业标志

jack 8 years ago
parent
commit
7b57f1704b
2 changed files with 2 additions and 2 deletions
  1. 1 1
      app/js/articalMessage.js
  2. 1 1
      app/js/professorArticle.js

+ 1 - 1
app/js/articalMessage.js

@ -50,7 +50,7 @@ mui.plusReady(function() {
50 50
						}
51 51
						string += '</div> </div>'
52 52
						li.innerHTML = string;
53
						document.getElementsByClassName(" protable")[0].appendChild(li);
53
						document.getElementsByClassName("protable")[0].appendChild(li);
54 54
					}
55 55
				}
56 56
			},

+ 1 - 1
app/js/professorArticle.js

@ -145,7 +145,7 @@ mui.plusReady(function() {
145 145
					if($data.authStatus == 3) {
146 146
						document.getElementById("flSta").className = "mui-icon iconfont authicon authicon-com-ok"; //authiconNew
147 147
					} else {
148
						document.getElementById("flSta").className = "mui-icon iconfont authicon authicon-com-no";
148
						document.getElementById("flSta").className = "mui-icon iconfont authicon";
149 149
					}
150 150
					if($data.hasOrgLogo) {
151 151
						document.getElementById('proHead').src = baseUrl + "/images/org/" + $data.id + ".jpg";