Authored by tmq

分享

@@ -184,7 +184,7 @@ @@ -184,7 +184,7 @@
184 wx.ready(function () { 184 wx.ready(function () {
185 var shareData = { 185 var shareData = {
186 title: 'YOHOOD 2016' +shareTitle, 186 title: 'YOHOOD 2016' +shareTitle,
187 - desc: shareDesc, 187 + desc: limitWords(shareDesc, 80),
188 imgUrl: shareImg, 188 imgUrl: shareImg,
189 link: shareLink 189 link: shareLink
190 }; 190 };