Showing
1 changed file
with
1 additions
and
1 deletions
@@ -184,7 +184,7 @@ | @@ -184,7 +184,7 @@ | ||
184 | wx.ready(function () { | 184 | wx.ready(function () { |
185 | var shareData = { | 185 | var shareData = { |
186 | title: '【YO’HOOD 2016】' +shareTitle, | 186 | title: '【YO’HOOD 2016】' +shareTitle, |
187 | - desc: shareDesc, | 187 | + desc: limitWords(shareDesc, 80), |
188 | imgUrl: shareImg, | 188 | imgUrl: shareImg, |
189 | link: shareLink | 189 | link: shareLink |
190 | }; | 190 | }; |
-
Please register or login to post a comment