抽奖
This commit is contained in:
@@ -284,18 +284,14 @@ export default {
|
|||||||
return tel.replace(reg, "$1****$2");
|
return tel.replace(reg, "$1****$2");
|
||||||
},
|
},
|
||||||
share() {
|
share() {
|
||||||
console.log(789)
|
this.agentSign().then((res) => {
|
||||||
this.agentSign().then(() => {
|
console.log(999, res)
|
||||||
this.injectJWeixin(['shareAppMessage', 'shareWechatMessage']).then(() => {
|
this.injectJWeixin(['shareAppMessage', 'shareWechatMessage']).then(() => {
|
||||||
this.wxInvoke(['shareAppMessage', {
|
this.wxInvoke(['shareAppMessage', {
|
||||||
title: '幸运抽奖',
|
title: '幸运抽奖',
|
||||||
desc: '新年伊始,企业微信团队为创建安全和谐的网络办公环境,诚邀大家使用企业微信参与打卡活动!',
|
desc: '新年伊始,企业微信团队为创建安全和谐的网络办公环境,诚邀大家使用企业微信参与打卡活动!',
|
||||||
link: `./AppLuckyDraw/AppLuckyDraw?activityId=${this.activityId}&friendId=${this.user.id}`,
|
link: `./AppLuckyDraw/AppLuckyDraw?activityId=${this.activityId}&friendId=${this.user.id}`,
|
||||||
}]).catch((err) => {
|
}])
|
||||||
console.log(123, err)
|
|
||||||
})
|
|
||||||
}).catch((err) => {
|
|
||||||
console.log(456, err)
|
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user