|
@ -456,7 +456,7 @@ mui.plusReady(function() {
|
456
|
456
|
content: str,
|
457
|
457
|
title: "【科袖资源】" + resourceName + "",
|
458
|
458
|
href: baseUrl + "/shareResinfor.html?resourceId=" + resourceId,
|
459
|
|
// thumbs: [baseUrl + "/images/resource/" + resourceId + ".jpg"]
|
|
459
|
thumbs: [baseUrl + "/images/logo180.png"]
|
460
|
460
|
});
|
461
|
461
|
}
|
462
|
462
|
} else if(e.index == 2) {
|
|
@ -466,7 +466,7 @@ mui.plusReady(function() {
|
466
|
466
|
content: str,
|
467
|
467
|
title: "【科袖资源】" + resourceName + " ",
|
468
|
468
|
href: baseUrl + "/shareResinfor.html?resourceId=" + resourceId,
|
469
|
|
// thumbs: [baseUrl + "/images/resource/" + resourceId + ".jpg"]
|
|
469
|
thumbs: [baseUrl + "/images/logo180.png"]
|
470
|
470
|
});
|
471
|
471
|
}
|
472
|
472
|
}
|