|
@ -186,13 +186,7 @@ $(document).ready(function() {
|
186
|
186
|
othisInfo.setAttribute("data-status",mydata.organization.authStatus);
|
187
|
187
|
othisInfo.setAttribute("data-type",mydata.resourceType);
|
188
|
188
|
othisName.innerHTML = mydata.organization.name;
|
189
|
|
if(mydata.organization.subject.indexOf(",")!=-1) {
|
190
|
|
othisOther.innerHTML = (mydata.organization.subject).replace(/,/, " | ");
|
191
|
|
}else{
|
192
|
|
if(mydata.organization.subject) {
|
193
|
|
othisOther.innerHTML =mydata.organization.subject
|
194
|
|
}
|
195
|
|
}
|
|
189
|
othisOther.innerHTML = (mydata.subject).replace(/,/, " | ");
|
196
|
190
|
othisPic.classList.add("cmpHead");
|
197
|
191
|
if(mydata.organization.hasOrgLogo) {
|
198
|
192
|
othisPic.style.backgroundImage = 'url(../images/org/' + mydata.organization.id + '.jpg)';
|
|
@ -225,6 +219,7 @@ $(document).ready(function() {
|
225
|
219
|
}
|
226
|
220
|
$(".tagList").innerHTML = oSt;
|
227
|
221
|
}
|
|
222
|
console.log(mydata.images.length)
|
228
|
223
|
if(mydata.images.length!=0) {
|
229
|
224
|
imgUrl="http://www.ekexiu.com/data/resource/" + mydata.images[0].imageSrc.replace(/.jpg/,"_s.jpg");
|
230
|
225
|
var rPdiv ='';
|