|
@@ -83,7 +83,7 @@ Page({
|
|
|
onShareAppMessage() {
|
|
|
const { id, cover_images, title, winner_count } = this.data
|
|
|
return {
|
|
|
- title: '抽奖:' + title + 'x' + winner_count,
|
|
|
+ title: '抽奖:' + title + ' X ' + winner_count,
|
|
|
imageUrl: cover_images[0],
|
|
|
path: '/pages/award-detail/award-detail?id=' + id + '&from=share&friendID=' + wx.getStorageSync('USER_INFO').user.id
|
|
|
}
|