Commit 710597ad authored by 郝聪敏's avatar 郝聪敏

修改分享昵称问题

parent 6530db68
...@@ -557,7 +557,7 @@ ...@@ -557,7 +557,7 @@
} }
const openid = wx.getStorageSync('openId'); const openid = wx.getStorageSync('openId');
return { return {
title: `${this.$wepy.userInfo || this.$wepy.userInfo.nickName || '您的好朋友'}邀请您来抽奖啦~`, title: `${this.$wepy.userInfo && this.$wepy.userInfo.nickName || '您的好朋友'}邀请您来抽奖啦~`,
path: `/pages/index?openid=${openid}`, path: `/pages/index?openid=${openid}`,
imageUrl: this.$wepy.awardsInfo.photoUrl, imageUrl: this.$wepy.awardsInfo.photoUrl,
success: function(res) { success: function(res) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment