瀏覽代碼

修改分享我腦子描述

Hexor 5 年之前
父節點
當前提交
aca8962814
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/award-detail/award-detail.js

+ 1 - 1
pages/award-detail/award-detail.js

@@ -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
     }