Showing
1 changed file
with
5 additions
and
1 deletions
@@ -12,6 +12,10 @@ function h5Path(shareUid, actPrizeId) { | @@ -12,6 +12,10 @@ function h5Path(shareUid, actPrizeId) { | ||
12 | return `https://m.yohobuy.com/activity/yoluck/${actPrizeId}.html?shareUid=${shareUid}`; | 12 | return `https://m.yohobuy.com/activity/yoluck/${actPrizeId}.html?shareUid=${shareUid}`; |
13 | } | 13 | } |
14 | 14 | ||
15 | +function h5Name(name) { | ||
16 | + return `【0元抽奖】${name}`; | ||
17 | +} | ||
18 | + | ||
15 | function shareData({name, imgUrl, price, shareUid, actPrizeId}) { | 19 | function shareData({name, imgUrl, price, shareUid, actPrizeId}) { |
16 | return { | 20 | return { |
17 | app: { | 21 | app: { |
@@ -25,7 +29,7 @@ function shareData({name, imgUrl, price, shareUid, actPrizeId}) { | @@ -25,7 +29,7 @@ function shareData({name, imgUrl, price, shareUid, actPrizeId}) { | ||
25 | desc: '限时抽奖活动' | 29 | desc: '限时抽奖活动' |
26 | }, | 30 | }, |
27 | h5: { | 31 | h5: { |
28 | - title: name, | 32 | + title: h5Name(name), |
29 | imgUrl: imgUrl, | 33 | imgUrl: imgUrl, |
30 | link: h5Path(shareUid, actPrizeId), | 34 | link: h5Path(shareUid, actPrizeId), |
31 | desc: '限时抽奖活动' | 35 | desc: '限时抽奖活动' |
-
Please register or login to post a comment