抽奖
This commit is contained in:
@@ -284,18 +284,14 @@ export default {
|
||||
return tel.replace(reg, "$1****$2");
|
||||
},
|
||||
share() {
|
||||
console.log(789)
|
||||
this.agentSign().then(() => {
|
||||
this.agentSign().then((res) => {
|
||||
console.log(999, res)
|
||||
this.injectJWeixin(['shareAppMessage', 'shareWechatMessage']).then(() => {
|
||||
this.wxInvoke(['shareAppMessage', {
|
||||
title: '幸运抽奖',
|
||||
desc: '新年伊始,企业微信团队为创建安全和谐的网络办公环境,诚邀大家使用企业微信参与打卡活动!',
|
||||
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