|
@ -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";
|