|
@ -149,7 +149,6 @@ $(document).ready(function() {
|
149
|
149
|
//微信再次分享配置
|
150
|
150
|
shareTitle = oresourceName.innerHTML;
|
151
|
151
|
descContent = oapplication.innerHTML;
|
152
|
|
imgUrl="http://www.ekexiu.com/data/resource/" + mydata.images[0].imageSrc.replace(/.jpg/,"_s.jpg");
|
153
|
152
|
if(mydata.editProfessor) {
|
154
|
153
|
othisInfo.setAttribute("data-id",mydata.editProfessor.id);
|
155
|
154
|
othisInfo.setAttribute("data-type",mydata.resourceType);
|
|
@ -220,7 +219,9 @@ $(document).ready(function() {
|
220
|
219
|
}
|
221
|
220
|
$(".tagList").innerHTML = oSt;
|
222
|
221
|
}
|
223
|
|
if(mydata.images.length) {
|
|
222
|
console.log(mydata.images.length)
|
|
223
|
if(mydata.images.length!=0) {
|
|
224
|
imgUrl="http://www.ekexiu.com/data/resource/" + mydata.images[0].imageSrc.replace(/.jpg/,"_s.jpg");
|
224
|
225
|
var rPdiv ='';
|
225
|
226
|
for(var i = 0; i < mydata.images.length; i++) {
|
226
|
227
|
rPdiv +='<li class="swiper-slide"><a class="tab-re"><img src="../data/resource/' + mydata.images[i].imageSrc + '" /></a></li>'
|
|
@ -236,7 +237,7 @@ $(document).ready(function() {
|
236
|
237
|
autoplayDisableOnInteraction: false
|
237
|
238
|
});
|
238
|
239
|
}else{
|
239
|
|
$("#index-container").parents(".topslider").hide();
|
|
240
|
$("#index-container").parent().hide();
|
240
|
241
|
}
|
241
|
242
|
}
|
242
|
243
|
},
|