...
|
...
|
@@ -580,22 +580,21 @@ define('yohood', function(require, exports) { |
|
|
shareCover = $(".share").attr("cover-url");
|
|
|
detailTitle = $('.detail-title').find('h2');
|
|
|
detailSubtitle = $('.detail-title').find('h3');
|
|
|
detailImage = $('.detail-slide-body').find('img');
|
|
|
//分享
|
|
|
share.init({
|
|
|
shareUrl: shareUrl,
|
|
|
img: shareCover,
|
|
|
sinaText: 'detailImage +【YO’HOOD 2016】' + detailTitle.text() + '\r\n' + detailSubtitle.text() + '@YOHO!潮流志',
|
|
|
sinaText: '【YO’HOOD 2016】' + detailTitle.text() + '\r\n' + detailSubtitle.text() + '@YOHO!潮流志',
|
|
|
fbTextFunction: function() {
|
|
|
return {
|
|
|
des: 'detailImage +【YO’HOOD 2016】' + detailTitle.text() + '\r\n' + detailSubtitle.text() + '#YO’HOOD 2016',
|
|
|
name: 'detailImage +【YO’HOOD 2016】' + detailTitle.text() + '\r\n' + detailSubtitle.text() + '#YO’HOOD 2016',
|
|
|
caption: 'detailImage +【YO’HOOD 2016】' + detailTitle.text() + '\r\n' + detailSubtitle.text() + '#YO’HOOD 2016',
|
|
|
des: '【YO’HOOD 2016】' + detailTitle.text() + '\r\n' + detailSubtitle.text() + '#YO’HOOD 2016',
|
|
|
name: '【YO’HOOD 2016】' + detailTitle.text() + '\r\n' + detailSubtitle.text() + '#YO’HOOD 2016',
|
|
|
caption: '【YO’HOOD 2016】' + detailTitle.text() + '\r\n' + detailSubtitle.text() + '#YO’HOOD 2016',
|
|
|
url: location.href
|
|
|
}
|
|
|
},
|
|
|
tweetText: 'detailImage +【YO’HOOD 2016】' + detailTitle.text() + '\r\n' + detailSubtitle.text(),
|
|
|
qqText: 'detailImage +【YO’HOOD 2016】' + detailTitle.text() + ' ' + detailSubtitle.text() + shareUrl,
|
|
|
tweetText: '【YO’HOOD 2016】' + detailTitle.text() + '\r\n' + detailSubtitle.text(),
|
|
|
qqText: '【YO’HOOD 2016】' + detailTitle.text() + ' ' + detailSubtitle.text() + shareUrl,
|
|
|
});
|
|
|
}
|
|
|
|
...
|
...
|
|