Authored by tmq

分享

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