Authored by 陈峰

Merge branch 'feature/yoluckShareTitle' into 'master'

Feature/yoluck share title



See merge request !1676
... ... @@ -13,7 +13,7 @@ function h5Path(shareUid, actPrizeId) {
}
function shareName(name) {
return `0元抽奖】点一下,免费拿走${name}`;
return `点一下,免费拿走${name}`;
}
function shareDesc(name) {
... ... @@ -42,7 +42,7 @@ function shareData({name, imgUrl, price, shareUid, actPrizeId}) {
hideType: ['7', '8', '9']
},
h5: {
title: shareName(name),
title: '【0元抽奖】' + shareName(name),
imgUrl: imgUrl,
link: link,
desc: shareDesc(name),
... ...