YanaDH 7 years ago
parent
commit
1f31aff50c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      miaomiao/www/js/controllers/home.js

+ 1 - 1
miaomiao/www/js/controllers/home.js

xqd
@@ -581,7 +581,7 @@
                     Wechat.share({
                         message: {
                             title: $scope.dream.name,
-                            description: $scope.dream.user.nickname + '在瞄喵发布了一个新的梦想。' + '\n' + $scope.dream.about,
+                            description: $scope.dream.user.nickname + '在瞄喵发布了一个新的梦想。' + '\n' + desc,
                             thumb: $scope.dream.imgs[0].pic,
                             media: {
                                 type: Wechat.Type.WEBPAGE,