|
@ -639,10 +639,10 @@ mui.plusReady(function() {
|
639
|
639
|
var share = buildShareService("sinaweibo");
|
640
|
640
|
if(share) {
|
641
|
641
|
shareMessage(share, "sinaweibo", {
|
642
|
|
content: oapplication.innerHTML,
|
643
|
|
title: oresourceName.innerHTML,
|
|
642
|
content: oresourceName.innerHTML,
|
|
643
|
// title: oresourceName.innerHTML,
|
644
|
644
|
href: baseUrl + "/ekexiu/shareResinfor.html?resourceId=" + resourceId,
|
645
|
|
thumbs: [firstImg.querySelectorAll("img")[0].getAttribute("src").replace(/.jpg/,"_s.jpg") ]
|
|
645
|
// thumbs: [firstImg.querySelectorAll("img")[0].getAttribute("src").replace(/.jpg/,"_s.jpg") ]
|
646
|
646
|
|
647
|
647
|
});
|
648
|
648
|
}
|